diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-01-11 11:40:54 +0100 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-01-11 13:42:06 +0100 |
commit | 4340fe6bec625e71ef95bbb165219557d6f190e1 (patch) | |
tree | dcba46242b5102cf988de605f090f0bf829df803 /server | |
parent | 8b955aab866fa2b4a7e7adb6c1b63bad4f9be59f (diff) | |
download | sonarqube-4340fe6bec625e71ef95bbb165219557d6f190e1.tar.gz sonarqube-4340fe6bec625e71ef95bbb165219557d6f190e1.zip |
SONAR-10280 Update Twitter account for SonarCloud
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx | 2 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx b/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx index cbdfc9c83c7..e854133a02d 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalFooterSonarCloud.tsx @@ -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> diff --git a/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap b/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap index 223bf7635ab..f6c798120a5 100644 --- a/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap +++ b/server/sonar-web/src/main/js/app/components/__tests__/__snapshots__/GlobalFooterSonarCloud-test.tsx.snap @@ -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> |