]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9312 Replace SonarQube.com by SonarCloud (#2130)
authorStas Vilchik <stas-vilchik@users.noreply.github.com>
Wed, 31 May 2017 18:58:16 +0000 (20:58 +0200)
committerGitHub <noreply@github.com>
Wed, 31 May 2017 18:58:16 +0000 (20:58 +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
server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js

index 0297cce903d12379715a3be128e0a293f58f6ed4..44efd12be03d6a2b66c8e7c76494d4402b3433bf 100644 (file)
@@ -26,22 +26,22 @@ export default function GlobalFooterForSonarQubeDotCom() {
   return (
     <div id="footer" className="page-footer page-container">
       <div>
-        © 2008-2017, SonarQube.com by
+        © 2008-2017, SonarCloud.io by
         {' '}
         <a href="http://www.sonarsource.com" title="SonarSource SA">SonarSource SA</a>
         . All rights reserved.
       </div>
 
       <div>
-        <a href="https://about.sonarqube.com/news/">{translate('footer.news')}</a>
+        <a href="https://about.sonarcloud.io/news/">{translate('footer.news')}</a>
         {' - '}
-        <a href="https://about.sonarqube.com/Terms_of_service.pdf">{translate('footer.terms')}</a>
+        <a href="https://about.sonarcloud.io/Terms_of_service.pdf">{translate('footer.terms')}</a>
         {' - '}
         <a href="https://twitter.com/sonarqube">{translate('footer.twitter')}</a>
         {' - '}
-        <a href="https://about.sonarqube.com/get-started/">{translate('footer.get_started')}</a>
+        <a href="https://about.sonarcloud.io/get-started/">{translate('footer.get_started')}</a>
         {' - '}
-        <a href="https://about.sonarqube.com/contact/">{translate('footer.help')}</a>
+        <a href="https://about.sonarcloud.io/contact/">{translate('footer.help')}</a>
         {' - '}
         {<Link to="/about">{translate('footer.about')}</Link>}
       </div>
index ce3665ec9572b845a829b5eb4006ab2ab0d9e2d1..b7a3ceee0d7d708cd101385220f87ac73c3e1413 100644 (file)
@@ -6,7 +6,7 @@ exports[`should render correctly 1`] = `
   id="footer"
 >
   <div>
-    © 2008-2017, SonarQube.com by
+    © 2008-2017, SonarCloud.io by
      
     <a
       href="http://www.sonarsource.com"
@@ -18,13 +18,13 @@ exports[`should render correctly 1`] = `
   </div>
   <div>
     <a
-      href="https://about.sonarqube.com/news/"
+      href="https://about.sonarcloud.io/news/"
     >
       footer.news
     </a>
      - 
     <a
-      href="https://about.sonarqube.com/Terms_of_service.pdf"
+      href="https://about.sonarcloud.io/Terms_of_service.pdf"
     >
       footer.terms
     </a>
@@ -36,13 +36,13 @@ exports[`should render correctly 1`] = `
     </a>
      - 
     <a
-      href="https://about.sonarqube.com/get-started/"
+      href="https://about.sonarcloud.io/get-started/"
     >
       footer.get_started
     </a>
      - 
     <a
-      href="https://about.sonarqube.com/contact/"
+      href="https://about.sonarcloud.io/contact/"
     >
       footer.help
     </a>
index 6d7030247c316fe35de9583d2ada4f2ba346d740..0463c723bafea2d4cb3bf47c9375c25e15b08a09 100644 (file)
@@ -58,7 +58,7 @@ export default function AboutAppForSonarQubeDotCom(props: Props) {
             </h1>
             <a
               className="button button-active"
-              href="https://about.sonarqube.com/get-started/"
+              href="https://about.sonarcloud.io/get-started/"
               target="_blank">
               Get Started
             </a>