diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-24 15:31:47 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-10-25 14:28:47 +0200 |
commit | 696d32e11576aa71b591874d9f4e01238e740272 (patch) | |
tree | 4699783279fc93dd0503474da2338d72839da8d3 /server/sonar-web/src | |
parent | 91662d302f7f376a679f08ae0918e16d357c5a0d (diff) | |
download | sonarqube-696d32e11576aa71b591874d9f4e01238e740272.tar.gz sonarqube-696d32e11576aa71b591874d9f4e01238e740272.zip |
SONAR-9936 Update editions offline url
Diffstat (limited to 'server/sonar-web/src')
-rw-r--r-- | server/sonar-web/src/main/js/apps/marketplace/EditionBoxes.tsx | 2 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/EditionBoxes-test.tsx.snap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/apps/marketplace/EditionBoxes.tsx b/server/sonar-web/src/main/js/apps/marketplace/EditionBoxes.tsx index 30370c1d3b2..4ff89c08e93 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/EditionBoxes.tsx +++ b/server/sonar-web/src/main/js/apps/marketplace/EditionBoxes.tsx @@ -64,7 +64,7 @@ export default class EditionBoxes extends React.PureComponent<Props, State> { id="marketplace.editions_unavailable" values={{ url: ( - <a href="https://www.sonarsource.com" target="_blank"> + <a href="https://redirect.sonarsource.com/editions/editions.html" target="_blank"> SonarSource.com </a> ) diff --git a/server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/EditionBoxes-test.tsx.snap b/server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/EditionBoxes-test.tsx.snap index ffaa0ae4298..ff2c1e86a34 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/EditionBoxes-test.tsx.snap +++ b/server/sonar-web/src/main/js/apps/marketplace/__tests__/__snapshots__/EditionBoxes-test.tsx.snap @@ -13,7 +13,7 @@ exports[`should display an error message 1`] = ` values={ Object { "url": <a - href="https://www.sonarsource.com" + href="https://redirect.sonarsource.com/editions/editions.html" target="_blank" > SonarSource.com |