From 513c88cf9eabec3ba2359f642350458fe6dd654c Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 14 Nov 2016 22:35:47 +0100 Subject: [PATCH] SONAR-8351 fix link to documentation in webhook settings --- .../src/main/java/org/sonar/core/config/WebhookProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4b173b130a8..daaa1ac9693 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 -- 2.39.5