diff options
author | Stas Vilchik <stas-vilchik@users.noreply.github.com> | 2017-05-31 20:58:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-31 20:58:16 +0200 |
commit | 91bba8795fdc751ee233e6796f302a0449cf8d85 (patch) | |
tree | 658e932da91bfe517efa4342503a6274c2931512 /server/sonar-web/src/main/js/apps/about/components | |
parent | 3a814ce83039f6bbf1dc01640c2a264cd62eb0eb (diff) | |
download | sonarqube-91bba8795fdc751ee233e6796f302a0449cf8d85.tar.gz sonarqube-91bba8795fdc751ee233e6796f302a0449cf8d85.zip |
SONAR-9312 Replace SonarQube.com by SonarCloud (#2130)
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about/components')
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js b/server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js index 6d7030247c3..0463c723baf 100644 --- a/server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js +++ b/server/sonar-web/src/main/js/apps/about/components/AboutAppForSonarQubeDotCom.js @@ -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> |