From: Simon Brandhof Date: Fri, 20 Feb 2015 18:04:54 +0000 (+0100) Subject: Fix links to documentation of plugins: http://redirect.sonarsource.com/doc/plugin... X-Git-Tag: 5.1-RC1~124 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e13b6e36ade5e60bdcc3f26c8f093011046305f;p=sonarqube.git Fix links to documentation of plugins: http://redirect.sonarsource.com/doc/plugin-library.html --- diff --git a/server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs b/server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs index f62f5325f4d..0a7faf2acb1 100644 --- a/server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs +++ b/server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs @@ -7,7 +7,7 @@ Community - Documentation - Get Support - - Plugins - + Plugins - Web Service API diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index be930090850..c72125fbcf8 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -47,7 +47,7 @@ Community - Documentation - Get Support - - Plugins - + Plugins - Web Service API <% unless DatabaseVersion.production? %>

Embedded database should be used for evaluation purpose only diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb index 87c55d92872..d325ed11658 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb @@ -8,5 +8,5 @@

SonarQube is under maintenance. Please check back later.

-

Whilst waiting, you might want to check new plugins to extend the current functionality.

If you are an administrator and have no idea why this message is showing, you should read the upgrade guide.

+

Whilst waiting, you might want to check new plugins to extend the current functionality.

If you are an administrator and have no idea why this message is showing, you should read the upgrade guide.

diff --git a/sonar-application/src/main/assembly/extensions/plugins/README.txt b/sonar-application/src/main/assembly/extensions/plugins/README.txt index f15b6836387..c3c5c569313 100644 --- a/sonar-application/src/main/assembly/extensions/plugins/README.txt +++ b/sonar-application/src/main/assembly/extensions/plugins/README.txt @@ -1,3 +1,3 @@ Plugins can be downloaded from : -- http://sonar-plugins.codehaus.org -- http://www.sonarsource.com/plugins \ No newline at end of file +- http://redirect.sonarsource.com/doc/plugin-library.html +- http://www.sonarsource.com/plugins