aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/editions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/editions.ts')
-rw-r--r--server/sonar-web/src/main/js/helpers/editions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/editions.ts b/server/sonar-web/src/main/js/helpers/editions.ts
index 4752034e91c..ee5a816cfd4 100644
--- a/server/sonar-web/src/main/js/helpers/editions.ts
+++ b/server/sonar-web/src/main/js/helpers/editions.ts
@@ -43,7 +43,7 @@ const EDITIONS: { [x in EditionKey]: Edition } = {
datacenter: {
key: EditionKey.datacenter,
name: 'Data Center Edition',
- homeUrl: 'https://www.sonarsource.com/products/sonarqube/data-center/marketplace/',
+ homeUrl: 'https://www.sonarsource.com/products/sonarqube/data-center-edition/marketplace/',
downloadProperty: 'downloadDatacenterUrl',
},
};