aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/testMocks.ts
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2023-08-24 10:00:50 +0200
committersonartech <sonartech@sonarsource.com>2023-08-24 20:03:09 +0000
commitc2b021b216ce2c1d80dfa3aec3acf2ee44afa375 (patch)
tree24b4f2929ebc9daa2d8eecc12c8e752a1babc613 /server/sonar-web/src/main/js/helpers/testMocks.ts
parente57493de682303e7a30fc9dbbb97297a7e47c337 (diff)
downloadsonarqube-c2b021b216ce2c1d80dfa3aec3acf2ee44afa375.tar.gz
sonarqube-c2b021b216ce2c1d80dfa3aec3acf2ee44afa375.zip
SONAR-19761 Change documentation URL
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/testMocks.ts')
-rw-r--r--server/sonar-web/src/main/js/helpers/testMocks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/testMocks.ts b/server/sonar-web/src/main/js/helpers/testMocks.ts
index b2363cbe26a..533cff7bd1a 100644
--- a/server/sonar-web/src/main/js/helpers/testMocks.ts
+++ b/server/sonar-web/src/main/js/helpers/testMocks.ts
@@ -82,7 +82,7 @@ export function mockAppState(overrides: Partial<AppState> = {}): AppState {
qualifiers: ['TRK'],
settings: {},
version: '1.0',
- documentationUrl: 'https://docs.sonarqube.org/10.0',
+ documentationUrl: 'https://docs.sonarsource.com/sonarqube/10.0',
...overrides,
};
}