From 0bbeea99b810ee113e2735659b9dc9160f5d559a Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 13 Oct 2025 19:19:25 +0530 Subject: [PATCH 1/2] Removed image from Gitlab page --- self-hosting/govern/integrations/gitlab.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/self-hosting/govern/integrations/gitlab.mdx b/self-hosting/govern/integrations/gitlab.mdx index d239d5b..6d3f120 100644 --- a/self-hosting/govern/integrations/gitlab.mdx +++ b/self-hosting/govern/integrations/gitlab.mdx @@ -66,9 +66,6 @@ After creating and configuring the GitLab application and configuring the instan 2. Click on your profile icon in the top-right corner. 3. From the dropdown menu that appears, select **Edit profile**. 4. Look for and select the **Applications** option within this menu. - -![GitLab Applications](https://media.docs.plane.so/integrations/gitlab/gitlab-applications.webp#center) - 5. On the Applications page, click **Add new application** to begin configuring your OAuth application. Fill in the application details with the following configuration: From 9a7cacd5bd7fcd401c32f3734f4da38e09444f4f Mon Sep 17 00:00:00 2001 From: danciaclara Date: Mon, 13 Oct 2025 19:30:26 +0530 Subject: [PATCH 2/2] minor fix --- self-hosting/govern/integrations/gitlab.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/self-hosting/govern/integrations/gitlab.mdx b/self-hosting/govern/integrations/gitlab.mdx index 6d3f120..6b06989 100644 --- a/self-hosting/govern/integrations/gitlab.mdx +++ b/self-hosting/govern/integrations/gitlab.mdx @@ -76,12 +76,12 @@ Fill in the application details with the following configuration: - **Redirect URI** The redirect URI depends on your Plane deployment: - **For Plane Cloud:** + **For Plane Cloud:** ``` https://silo.plane.so/api/oauth/gitlab-enterprise/auth/callback ``` - **For Plane Self-Hosted:** + **For Plane Self-Hosted:** ``` https:///silo/api/oauth/gitlab-enterprise/auth/callback ```