diff options
author | kevin.hinz <107544908+kevin-hinz@users.noreply.github.com> | 2024-11-22 11:33:34 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-22 20:03:09 +0000 |
commit | 06fce5d3ccf3254928fcf3583e220d5075dad9a8 (patch) | |
tree | bd4761950f04a0bbcfd408109f416b7dc25eade7 /server/sonar-web/src/main/js/helpers | |
parent | 00091f1badff7a94fbec1642d4103671fa844d1a (diff) | |
download | sonarqube-06fce5d3ccf3254928fcf3583e220d5075dad9a8.tar.gz sonarqube-06fce5d3ccf3254928fcf3583e220d5075dad9a8.zip |
URL update for page name change
Diffstat (limited to 'server/sonar-web/src/main/js/helpers')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/doc-links.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/doc-links.ts b/server/sonar-web/src/main/js/helpers/doc-links.ts index 795c467e20c..d8047d15e73 100644 --- a/server/sonar-web/src/main/js/helpers/doc-links.ts +++ b/server/sonar-web/src/main/js/helpers/doc-links.ts @@ -26,7 +26,7 @@ export enum DocLink { AccountTokens = '/user-guide/managing-tokens/', ActiveVersions = '/server-upgrade-and-maintenance/upgrade/upgrade-the-server/active-versions/', AiCodeAssurance = '/user-guide/ai-features/', - AiCodeFixEnabling = 'instance-administration/system-functions/enabling-ai-generated-fix-suggestions/', + AiCodeFixEnabling = '/instance-administration/system-functions/managing-ai-features/#enabling-ai-generated-fix-suggestions', AlmAzureIntegration = '/devops-platform-integration/azure-devops-integration/', AlmBitBucketCloudAuth = '/instance-administration/authentication/bitbucket-cloud/', AlmBitBucketCloudIntegration = '/devops-platform-integration/bitbucket-integration/bitbucket-cloud-integration/', |