diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-06-25 13:08:10 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-06-25 13:08:10 +0200 |
commit | fb3104dabf5a6e47019a795bef70c6dbf1aea3b2 (patch) | |
tree | a08216a0c38f0332b98eb7c098068e63ce8adad8 | |
parent | 4d482b3b0c6ea6747f74e2eb0231631498496b59 (diff) | |
parent | 401f958e6be7faf572d040409f602d6b2c0a6edc (diff) | |
download | gitlab-ce-fb3104dabf5a6e47019a795bef70c6dbf1aea3b2.tar.gz |
Merge pull request #7197 from jbrooksuk/patch-1
Fix the PullReview tool link
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2eeedbee240..b3065ac8880 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,4 +113,4 @@ For examples of feedback on merge requests please look at already [closed merge 1. [Shell commands](doc/development/shell_commands.md) created by GitLab contributors to enhance security 1. [Markdown](http://www.cirosantilli.com/markdown-styleguide) -This is also the style used by linting tools such as [Rubocop](https://github.com/bbatsov/rubocop), PullReview[https://www.pullreview.com/] and [Hound CI](https://houndci.com). +This is also the style used by linting tools such as [Rubocop](https://github.com/bbatsov/rubocop), [PullReview](https://www.pullreview.com/) and [Hound CI](https://houndci.com). |