From: Simon Brandhof Date: Fri, 18 Nov 2016 10:52:13 +0000 (+0100) Subject: SONAR-8351 fix link to webhook documentation X-Git-Tag: 6.2-RC1~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=628f5175ada0d685fd7164baa7c6382c1f25cab4;p=sonarqube.git SONAR-8351 fix link to webhook documentation --- diff --git a/sonar-core/src/main/java/org/sonar/core/config/WebhookProperties.java b/sonar-core/src/main/java/org/sonar/core/config/WebhookProperties.java index daaa1ac9693..3b0bca38f2b 100644 --- a/sonar-core/src/main/java/org/sonar/core/config/WebhookProperties.java +++ b/sonar-core/src/main/java/org/sonar/core/config/WebhookProperties.java @@ -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.
" + - "Learn more in the Webhooks documentation."; + "Learn more in the Webhooks documentation."; private WebhookProperties() { // only static stuff