aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2017-06-01 17:17:33 +0200
committerStas Vilchik <vilchiks@gmail.com>2017-06-01 17:17:33 +0200
commit3dcf5470e5703604c4caf184f201780314304c90 (patch)
tree35dfaf1e240c29c23d9f958c8dcc89c739b1d09d /server
parent5f4d94c8d199701821b1cdcad108b55b63265dc2 (diff)
downloadsonarqube-3dcf5470e5703604c4caf184f201780314304c90.tar.gz
sonarqube-3dcf5470e5703604c4caf184f201780314304c90.zip
update sonarcloud terms url
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/src/main/js/app/components/GlobalFooterForSonarQubeDotCom.js2
-rw-r--r--server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterForSonarQubeDotCom-test.js.snap2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooterForSonarQubeDotCom.js b/server/sonar-web/src/main/js/app/components/GlobalFooterForSonarQubeDotCom.js
index 44efd12be03..755a34e933d 100644
--- a/server/sonar-web/src/main/js/app/components/GlobalFooterForSonarQubeDotCom.js
+++ b/server/sonar-web/src/main/js/app/components/GlobalFooterForSonarQubeDotCom.js
@@ -35,7 +35,7 @@ export default function GlobalFooterForSonarQubeDotCom() {
<div>
<a href="https://about.sonarcloud.io/news/">{translate('footer.news')}</a>
{' - '}
- <a href="https://about.sonarcloud.io/Terms_of_service.pdf">{translate('footer.terms')}</a>
+ <a href="https://about.sonarcloud.io/terms.pdf">{translate('footer.terms')}</a>
{' - '}
<a href="https://twitter.com/sonarqube">{translate('footer.twitter')}</a>
{' - '}
diff --git a/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterForSonarQubeDotCom-test.js.snap b/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterForSonarQubeDotCom-test.js.snap
index b7a3ceee0d7..9abb73d6d77 100644
--- a/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterForSonarQubeDotCom-test.js.snap
+++ b/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterForSonarQubeDotCom-test.js.snap
@@ -24,7 +24,7 @@ exports[`should render correctly 1`] = `
</a>
-
<a
- href="https://about.sonarcloud.io/Terms_of_service.pdf"
+ href="https://about.sonarcloud.io/terms.pdf"
>
footer.terms
</a>