]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10280 Update Twitter account for SonarCloud
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 11 Jan 2018 10:40:54 +0000 (11:40 +0100)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 11 Jan 2018 12:42:06 +0000 (13:42 +0100)
server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx
server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap

index cbdfc9c83c7498f18e79d0f3c1577e32dd48978f..e854133a02dc6a77dc163aac096100b43083e818 100644 (file)
@@ -39,7 +39,7 @@ export default function GlobalFooterSonarCloud() {
           <a href="https://about.sonarcloud.io/terms.pdf">{translate('footer.terms')}</a>
         </li>
         <li className="page-footer-menu-item">
-          <a href="https://twitter.com/sonarqube">{translate('footer.twitter')}</a>
+          <a href="https://twitter.com/sonarcloud">{translate('footer.twitter')}</a>
         </li>
         <li className="page-footer-menu-item">
           <a href="https://about.sonarcloud.io/get-started/">{translate('footer.get_started')}</a>
index 223bf7635ab083816ed063e9f9a29a78f2c88ebc..f6c798120a54acefd6e00a5822d200d2d3fb08d8 100644 (file)
@@ -41,7 +41,7 @@ exports[`should render correctly 1`] = `
       className="page-footer-menu-item"
     >
       <a
-        href="https://twitter.com/sonarqube"
+        href="https://twitter.com/sonarcloud"
       >
         footer.twitter
       </a>