aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-12-04 15:48:22 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-12-04 15:53:41 +0100
commit5385bc9158643338bb9cdabafb0350ffbe5496da (patch)
treea7de60dad88f23f047800bc6d0be529f4bdc62e6 /plugins
parent03f7019e10e3192a87fde92b5a611726ec02f9be (diff)
downloadsonarqube-5385bc9158643338bb9cdabafb0350ffbe5496da.tar.gz
sonarqube-5385bc9158643338bb9cdabafb0350ffbe5496da.zip
SONAR-3987 use sonarsource.com permalinks
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
index 1183ce06a7e..817db507026 100644
--- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
+++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties
@@ -967,10 +967,10 @@ widget.welcome.html=<h3>Welcome to Sonar Dashboard</h3>\
<p>Since you are able to read this, it means that you have successfully started your Sonar server. Well done!</p>\
<p>If you have not removed this text, it also means that you have not yet played much with Sonar. So here are a few pointers for your next step:</p>\
<ul class="bullet">\
- <li>Do you now want to <a href="http://docs.codehaus.org/x/P4LEBg">run analysis</a> on a project?</li>\
- <li>Maybe start <a href="http://docs.codehaus.org/x/EYDECQ">customizing dashboards</a>?</li>\
- <li>Or simply browse the <a href="http://docs.codehaus.org/x/EoDEBg">complete documentation</a>?</li>\
- <li>If you have a question or an issue, please report it on the <a href="http://www.sonarsource.org/support/support/">mailing list</a>.</li>\
+ <li>Do you now want to <a href="http://www.sonarsource.com/x/1">run analysis</a> on a project?</li>\
+ <li>Maybe start <a href="http://www.sonarsource.com/x/2">customizing dashboards</a>?</li>\
+ <li>Or simply browse the <a href="http://www.sonarsource.com/x/3">complete documentation</a>?</li>\
+ <li>If you have a question or an issue, please report it on the <a href="http://www.sonarsource.com/x/4">mailing list</a>.</li>\
</ul>
#------------------------------------------------------------------------------