Skip to content

Commit

Permalink
SONAR-8351 fix link to webhook documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed Nov 18, 2016
1 parent e74c2e4 commit 628f517
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 628f517

Please sign in to comment.