From c2d51c83a63b4c490576bbb80daa74c8ed5e7685 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Wed, 29 May 2024 16:14:33 +0200 Subject: [PATCH] SONAR-22317 Fix DCE trial license URL --- server/sonar-web/src/main/js/helpers/editions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, }; -- 2.39.5