diff --git a/components/dashboard/src/settings/Integrations.tsx b/components/dashboard/src/settings/Integrations.tsx index 56612383b52506..769ab49a898b24 100644 --- a/components/dashboard/src/settings/Integrations.tsx +++ b/components/dashboard/src/settings/Integrations.tsx @@ -575,7 +575,7 @@ export function GitIntegrationModal(props: ({ settingsUrl = `${host}/settings/developers`; break; case "GitLab": - settingsUrl = `${host}/profile/applications`; + settingsUrl = `${host}/-/profile/applications`; break; default: return undefined; }