Browse code

Merge pull request #28648 from YuPengZTE/devBareURL

fix the mistak of url format

Sebastiaan van Stijn authored on 2016/11/21 19:03:43
Showing 1 changed files
... ...
@@ -17,7 +17,7 @@ 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 19
 server.  Using the Jenkins
20
-[notification plugin][https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin],
20
+[notification plugin](https://wiki.jenkins-ci.org/display/JENKINS/Notification+Plugin),
21 21
 Leeroy updates the pull request using GitHub's 
22 22
 [status API](https://developer.github.com/v3/repos/statuses/)
23 23
 with pending, success, failure, or error statuses.