From 55cdbbd2d1419a97f896bc2fbd86530b1a39dc5a Mon Sep 17 00:00:00 2001 From: yupeng Date: Mon, 21 Nov 2016 16:19:32 +0800 Subject: [PATCH] Bare URL used Signed-off-by: yupeng Upstream-commit: 0655d5cd1f541fd13afc4c157f7e827ff2a30625 Component: engine --- components/engine/project/TOOLS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/project/TOOLS.md b/components/engine/project/TOOLS.md index 26303c3021..dda0fc0342 100644 --- a/components/engine/project/TOOLS.md +++ b/components/engine/project/TOOLS.md @@ -17,7 +17,7 @@ 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][https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin], +[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.