From 11d1d3a9ab0aefd2adb104da00871efa429636c3 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 30 Aug 2013 18:44:40 +0200 Subject: [PATCH] Fix deprecated URLs sonarsource.org and sonar.codehaus.org --- sonar-server/src/main/webapp/500.html | 2 +- .../main/webapp/WEB-INF/app/views/layouts/_layout.html.erb | 2 +- .../webapp/WEB-INF/app/views/maintenance/index.html.erb | 2 +- .../main/webapp/WEB-INF/app/views/markdown/help.html.erb | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sonar-server/src/main/webapp/500.html b/sonar-server/src/main/webapp/500.html index ba937f8d67a..c60b0501e27 100644 --- a/sonar-server/src/main/webapp/500.html +++ b/sonar-server/src/main/webapp/500.html @@ -34,7 +34,7 @@

We're sorry, but something went wrong.

-

Please try back in a few minutes and contact support if the problem +

Please try back in a few minutes and contact support if the problem persists.

diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb index 74bb5a1fdc9..013e9a882fc 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb @@ -154,7 +154,7 @@ <%= yield :sidebar %>

diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb index 5396c330d52..85630232a96 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/maintenance/index.html.erb @@ -11,7 +11,7 @@
- +

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.

diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb index 86024ca7769..5f56037851c 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/markdown/help.html.erb @@ -13,8 +13,8 @@ this text is bold - http://sonarsource.org - http://sonarsource.org + http://sonarqube.org + http://sonarqube.org * bulleted point @@ -49,4 +49,4 @@ - \ No newline at end of file + -- 2.39.5