diff options
-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> |