diff options
author | Marcel Amirault <ravlen@gmail.com> | 2018-11-21 23:15:01 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-21 23:15:01 +0000 |
commit | 4cee901dab76300e98fcedcb0a32f50f0d8dc105 (patch) | |
tree | 2974869f142be46ea958fc5630ce04b153fd9779 /doc/development/contributing/style_guides.md | |
parent | 0b48c0eaf5800c91e4686dd50e76de9e67a896ae (diff) | |
download | gitlab-ce-4cee901dab76300e98fcedcb0a32f50f0d8dc105.tar.gz |
Docs: Cleaning up various links
Diffstat (limited to 'doc/development/contributing/style_guides.md')
-rw-r--r-- | doc/development/contributing/style_guides.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/development/contributing/style_guides.md b/doc/development/contributing/style_guides.md index fb0454db7d2..6f1ba5d62a5 100644 --- a/doc/development/contributing/style_guides.md +++ b/doc/development/contributing/style_guides.md @@ -23,8 +23,7 @@ 1. Code should be written in [US English][us-english] 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). +[RuboCop](https://github.com/bbatsov/rubocop) and [Hound CI](https://houndci.com). --- |