From 4a1465108adf7bc0f815a89fdfb08fb0e33cee6c Mon Sep 17 00:00:00 2001 From: ellwoodb <73251578+ellwoodb@users.noreply.github.com> Date: Wed, 5 Aug 2026 21:56:00 +0200 Subject: [PATCH] docs: fix path to logo in gitlab config --- docs/client-examples/gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client-examples/gitlab.md b/docs/client-examples/gitlab.md index 32f77d5..3ff7246 100644 --- a/docs/client-examples/gitlab.md +++ b/docs/client-examples/gitlab.md @@ -32,7 +32,7 @@ gitlab_rails['omniauth_providers'] = [ { name: "openid_connect", label: "Pocket ID", - icon: "https://oidc.example.com/api/application-configuration/logo", + icon: "https://oidc.example.com/api/application-images/logo", args: { name: "openid_connect", scope: ["openid","profile","email"],