From 85449137548f98e2af9b06818183b2b60d51d9f0 Mon Sep 17 00:00:00 2001
From: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 27 Jan 2016 16:33:20 +0100
Subject: [PATCH] Fix TOOLS.md jenkins plugin link :)

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
---
 project/TOOLS.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/project/TOOLS.md b/project/TOOLS.md
index e0be265eca..f52147f65e 100644
--- a/project/TOOLS.md
+++ b/project/TOOLS.md
@@ -16,8 +16,9 @@ Leeroy is a Go application which integrates Jenkins with
 GitHub pull requests. Leeroy uses 
 [GitHub hooks](https://developer.github.com/v3/repos/hooks/) 
 to listen for pull request notifications and starts jobs on your Jenkins 
-server.  Using the Jenkins [notification plugin][jnp], Leeroy updates the 
-pull request using GitHub's 
+server.  Using the Jenkins
+[notification plugin][https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin],
+Leeroy updates the pull request using GitHub's 
 [status API](https://developer.github.com/v3/repos/statuses/)
 with pending, success, failure, or error statuses.