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>
id="footer"
>
<div>
- © 2008-2017, SonarQube.com by
+ © 2008-2017, SonarCloud.io by
<a
href="http://www.sonarsource.com"
</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>
</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>