diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2024-05-29 16:14:33 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-05-30 20:02:37 +0000 |
commit | c2d51c83a63b4c490576bbb80daa74c8ed5e7685 (patch) | |
tree | 5a887bc306a6c34d664fe03991e7792ede3cdee6 /server/sonar-web/src/main/js/helpers/editions.ts | |
parent | 631d138fb54eed62fd109fe2421d8f426af029ae (diff) | |
download | sonarqube-c2d51c83a63b4c490576bbb80daa74c8ed5e7685.tar.gz sonarqube-c2d51c83a63b4c490576bbb80daa74c8ed5e7685.zip |
SONAR-22317 Fix DCE trial license URL
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/editions.ts')
-rw-r--r-- | server/sonar-web/src/main/js/helpers/editions.ts | 2 |
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', }, }; |