diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2023-01-13 16:44:23 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-01-17 20:02:59 +0000 |
commit | 4a183772d0a5f88c5f9693ea4726695ef4f562d1 (patch) | |
tree | 76f0be248aca4568ab6f8d9e34d19e191eea0101 /server/sonar-web/src/main/js/app/components/GlobalFooter.tsx | |
parent | 04f7a37abda3e7b3bd599b68c5e26c403ecfcfc9 (diff) | |
download | sonarqube-4a183772d0a5f88c5f9693ea4726695ef4f562d1.tar.gz sonarqube-4a183772d0a5f88c5f9693ea4726695ef4f562d1.zip |
SONAR-17732 Remove all usage of redirect.sonarsource.com
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.tsx | 8 |
1 files changed, 2 insertions, 6 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 d85692edfca..53de21f364d 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx +++ b/server/sonar-web/src/main/js/app/components/GlobalFooter.tsx @@ -80,13 +80,9 @@ export function GlobalFooter({ hideLoggedInInfo, appState }: GlobalFooterProps) <DocLink to="/">{translate('footer.documentation')}</DocLink> </li> <li className="page-footer-menu-item"> - <a - href="https://redirect.sonarsource.com/doc/plugin-library.html" - rel="noopener noreferrer" - target="_blank" - > + <DocLink to="/instance-administration/plugin-version-matrix/"> {translate('footer.plugins')} - </a> + </DocLink> </li> {!hideLoggedInInfo && ( <li className="page-footer-menu-item"> |