Browse code

Fix TOOLS.md jenkins plugin link :)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Vincent Demeester authored on 2016/01/28 00:33:20
Showing 1 changed files
... ...
@@ -16,8 +16,9 @@ Leeroy is a Go application which integrates Jenkins with
16 16
 GitHub pull requests. Leeroy uses 
17 17
 [GitHub hooks](https://developer.github.com/v3/repos/hooks/) 
18 18
 to listen for pull request notifications and starts jobs on your Jenkins 
19
-server.  Using the Jenkins [notification plugin][jnp], Leeroy updates the 
20
-pull request using GitHub's 
19
+server.  Using the Jenkins
20
+[notification plugin][https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin],
21
+Leeroy updates the pull request using GitHub's 
21 22
 [status API](https://developer.github.com/v3/repos/statuses/)
22 23
 with pending, success, failure, or error statuses.
23 24