aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2017-02-08 16:40:34 +0100
committerStas Vilchik <stas-vilchik@users.noreply.github.com>2017-02-09 11:26:29 +0100
commitefa34d6f78463378d2c112992e68a2f2b0a2c7f0 (patch)
treed185a5419eed4706d1cda1250b21b631e189abcc /sonar-core
parent29449a233885264eb30c3575d1571bd096230885 (diff)
downloadsonarqube-efa34d6f78463378d2c112992e68a2f2b0a2c7f0.tar.gz
sonarqube-efa34d6f78463378d2c112992e68a2f2b0a2c7f0.zip
SONAR-8721 Redirect links should be using https
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/java/org/sonar/core/config/WebhookProperties.java2
1 files changed, 1 insertions, 1 deletions
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 3b0bca38f2b..ed5e88343af 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. <br/>" +
- "Learn more in the <a href=\"http://redirect.sonarsource.com/doc/webhooks.html\">Webhooks documentation</a>.";
+ "Learn more in the <a href=\"https://redirect.sonarsource.com/doc/webhooks.html\">Webhooks documentation</a>.";
private WebhookProperties() {
// only static stuff