diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/GlobalFooter.js | 2 | ||||
-rw-r--r-- | server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/app/components/GlobalFooter.js b/server/sonar-web/src/main/js/app/components/GlobalFooter.js index 3faccd10282..5559da43b51 100644 --- a/server/sonar-web/src/main/js/app/components/GlobalFooter.js +++ b/server/sonar-web/src/main/js/app/components/GlobalFooter.js @@ -55,7 +55,7 @@ class GlobalFooter extends React.Component { {' - '} <a href="http://www.sonarqube.org/support">Get Support</a> {' - '} - <a href="http://redirect.sonarsource.com/doc/plugin-library.html">Plugins</a> + <a href="https://redirect.sonarsource.com/doc/plugin-library.html">Plugins</a> {' - '} <Link to="/web_api">Web API</Link> {' - '} diff --git a/server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs b/server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs index ae4f9967233..12d360d7b17 100644 --- a/server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs +++ b/server/sonar-web/src/main/js/app/components/nav/templates/nav-shortcuts-help.hbs @@ -7,7 +7,7 @@ <a href="http://www.sonarqube.org" target="sonar">Community</a> - <a href="http://www.sonarqube.org/documentation" target="sonar_doc">Documentation</a> - <a href="http://www.sonarqube.org/support" target="support">Get Support</a> - - <a href="http://redirect.sonarsource.com/doc/plugin-library.html" target="plugins">Plugins</a> - + <a href="https://redirect.sonarsource.com/doc/plugin-library.html" target="plugins">Plugins</a> - <a href="{{link '/web_api'}}">Web API</a> - <a href="{{link '/about'}}">About</a> </div> |