]> source.dussan.org Git - sonarqube.git/commitdiff
update sonarcloud terms url
authorStas Vilchik <vilchiks@gmail.com>
Thu, 1 Jun 2017 15:17:33 +0000 (17:17 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Thu, 1 Jun 2017 15:17:33 +0000 (17:17 +0200)
server/sonar-web/src/main/js/app/components/GlobalFooterForSonarQubeDotCom.js
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterForSonarQubeDotCom-test.js.snap

index 44efd12be03d6a2b66c8e7c76494d4402b3433bf..755a34e933d7e1c0f55b8f8445474715cfa08b36 100644 (file)
@@ -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>
         {' - '}
index b7a3ceee0d7d708cd101385220f87ac73c3e1413..9abb73d6d77d819e10bfc3be09677a5e3ba1eaad 100644 (file)
@@ -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>