aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2019-08-15 12:04:47 +0200
committerSonarTech <sonartech@sonarsource.com>2019-08-20 20:21:04 +0200
commitfab2ed01e045266acceac0cd3f07743c4964e7df (patch)
tree7dbd80bc7b6ca1a7000e67ceab049182ff256a09 /server/sonar-web/src/main/js/app/components/GlobalFooter.tsx
parentb9d1c53b683a6274091b14897d57888e99a4876a (diff)
downloadsonarqube-fab2ed01e045266acceac0cd3f07743c4964e7df.tar.gz
sonarqube-fab2ed01e045266acceac0cd3f07743c4964e7df.zip
SONAR-12401 Footer Documentation link should point to embedded doc
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/GlobalFooter.tsx')
-rw-r--r--server/sonar-web/src/main/js/app/components/GlobalFooter.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx b/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx
index 48a6b09c2a5..49b5609512a 100644
--- a/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx
+++ b/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx
@@ -75,9 +75,7 @@ export default function GlobalFooter({
<a href="http://www.sonarqube.org">{translate('footer.community')}</a>
</li>
<li className="page-footer-menu-item">
- <a href="https://redirect.sonarsource.com/doc/home.html">
- {translate('footer.documentation')}
- </a>
+ <Link to="/documentation">{translate('footer.documentation')}</Link>
</li>
<li className="page-footer-menu-item">
<a href="https://redirect.sonarsource.com/doc/community.html">