From 9e13b6e36ade5e60bdcc3f26c8f093011046305f Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 20 Feb 2015 19:04:54 +0100 Subject: [PATCH] Fix links to documentation of plugins: http://redirect.sonarsource.com/doc/plugin-library.html --- server/sonar-web/src/main/hbs/nav/nav-shortcuts-help.hbs | 2 +- .../main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 2 +- .../main/webapp/WEB-INF/app/views/maintenance/index.html.erb | 2 +- .../src/main/assembly/extensions/plugins/README.txt | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5