diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2022-12-06 14:17:25 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-06 20:02:53 +0000 |
commit | 52e98152e63904b63ec6ef0392985eda2495b988 (patch) | |
tree | 0c945791e7de4c696590ec9eb4f95d742230641e /server/sonar-web/src/main/js/helpers/constants.ts | |
parent | 56181a250d4630922a11d1d75391daf503ff5bdb (diff) | |
download | sonarqube-52e98152e63904b63ec6ef0392985eda2495b988.tar.gz sonarqube-52e98152e63904b63ec6ef0392985eda2495b988.zip |
SONAR-17738 Point to new documentation paths
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/constants.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/constants.ts | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/server/sonar-web/src/main/js/helpers/constants.ts b/server/sonar-web/src/main/js/helpers/constants.ts index 06901f10e62..2605ba67e5a 100644 --- a/server/sonar-web/src/main/js/helpers/constants.ts +++ b/server/sonar-web/src/main/js/helpers/constants.ts @@ -57,11 +57,13 @@ export const RATING_COLORS = [ export const PROJECT_KEY_MAX_LEN = 400; export const ALM_DOCUMENTATION_PATHS = { - [AlmKeys.Azure]: '/analysis/azuredevops-integration/', - [AlmKeys.BitbucketServer]: '/analysis/bitbucket-integration/', - [AlmKeys.BitbucketCloud]: '/analysis/bitbucket-cloud-integration/', - [AlmKeys.GitHub]: '/analysis/github-integration/', - [AlmKeys.GitLab]: '/analysis/gitlab-integration/', + [AlmKeys.Azure]: '/devops-platform-integration/azure-devops-integration/', + [AlmKeys.BitbucketServer]: + '/devops-platform-integration/bitbucket-integration/bitbucket-server-integration/', + [AlmKeys.BitbucketCloud]: + '/devops-platform-integration/bitbucket-integration/bitbucket-cloud-integration/', + [AlmKeys.GitHub]: '/devops-platform-integration/github-integration/', + [AlmKeys.GitLab]: '/devops-platform-integration/gitlab-integration/', }; export const IMPORT_COMPATIBLE_ALMS = [ |