]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-8351 fix link to webhook documentation
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 18 Nov 2016 10:52:13 +0000 (11:52 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 18 Nov 2016 10:52:23 +0000 (11:52 +0100)
sonar-core/src/main/java/org/sonar/core/config/WebhookProperties.java

index daaa1ac9693984d3701746c42e30fab94562c10d..3b0bca38f2bfcfe3bebb1815b02cebff192474b8 100644 (file)
@@ -49,7 +49,7 @@ public class WebhookProperties {
   private static final String CATEGORY = "webhooks";
   private static final String DESCRIPTION = "Webhooks are used to notify external services when a project analysis is done. " +
     "An HTTP POST request including a JSON payload is sent to each of the first ten provided URLs. <br/>" +
-    "Learn more in the <a href=\"http://docs.sonarqube.org/display/SONARNEXT/Webhooks\">Webhooks documentation</a>.";
+    "Learn more in the <a href=\"http://redirect.sonarsource.com/doc/webhooks.html\">Webhooks documentation</a>.";
 
   private WebhookProperties() {
     // only static stuff