Skip to content

Commit

Permalink
[dashboard] Update GitLab integration settings URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis committed Jun 10, 2021
1 parent 240dcbf commit c574e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/settings/Integrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c574e83

Please sign in to comment.