diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-18 09:06:59 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-19 09:06:13 +0200 |
commit | a5924775906ba082f6415423f460f762c6c3de02 (patch) | |
tree | c6f2eff2759504857ea77461a9b0877ae000496d /server/sonar-web/src | |
parent | 5e1cfb7c9fc843d45acffce74fa60719c3083095 (diff) | |
download | sonarqube-a5924775906ba082f6415423f460f762c6c3de02.tar.gz sonarqube-a5924775906ba082f6415423f460f762c6c3de02.zip |
update editions wording
Diffstat (limited to 'server/sonar-web/src')
3 files changed, 3 insertions, 16 deletions
diff --git a/server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx b/server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx index 35ac2dbcdd4..f571720ade9 100644 --- a/server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx +++ b/server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx @@ -32,15 +32,9 @@ export default function NoBranchSupportPopup(props: Props) { <h6 className="spacer-bottom">{translate('branches.no_support.header')}</h6> <p className="big-spacer-bottom markdown">{translate('branches.no_support.header.text')}</p> <p> - <a href="https://redirect.sonarsource.com/doc/branches.html" target="_blank"> + <a href="https://redirect.sonarsource.com/editions/developer.html" target="_blank"> {translate('learn_more')} </a> - <a - className="button spacer-left" - href="https://www.sonarsource.com/company/contact/" - target="_blank"> - {translate('branches.buy_developer_pack')} - </a> </p> </div> </BubblePopup> diff --git a/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap b/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap index c7563e9c83b..cdc9d4cb965 100644 --- a/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap +++ b/server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap @@ -19,18 +19,11 @@ exports[`renders 1`] = ` </p> <p> <a - href="https://redirect.sonarsource.com/doc/branches.html" + href="https://redirect.sonarsource.com/editions/developer.html" target="_blank" > learn_more </a> - <a - className="button spacer-left" - href="https://www.sonarsource.com/company/contact/" - target="_blank" - > - branches.buy_developer_pack - </a> </p> </div> </BubblePopup> diff --git a/server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx b/server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx index c6e18f5c8a3..fe62f82561a 100644 --- a/server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx +++ b/server/sonar-web/src/main/js/apps/background-tasks/components/NoWorkersSupportPopup.tsx @@ -34,7 +34,7 @@ export default function NoWorkersSupportPopup(props: Props) { {translate('background_tasks.add_more_workers.text')} </p> <p> - <a href="https://redirect.sonarsource.com/plugins/governance.html" target="_blank"> + <a href="https://redirect.sonarsource.com/editions/enterprise.html" target="_blank"> {translate('learn_more')} </a> </p> |