diff options
author | Philippe Lafoucrière <plafoucriere@gitlab.com> | 2019-02-06 09:04:49 -0500 |
---|---|---|
committer | Philippe Lafoucrière <plafoucriere@gitlab.com> | 2019-02-06 09:04:49 -0500 |
commit | e6723699d57928f70c06ebf1e1fe57dc48dea830 (patch) | |
tree | 3cab225cf2e7c871d9d0f01f29a706da11a70296 | |
parent | 6e7c0700efb7ad8019ce9a6c4e31b90f4453273e (diff) | |
download | gitlab-ce-docs/go-standards.tar.gz |
Fix go linkdocs/go-standards
-rw-r--r-- | doc/development/contributing/style_guides.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/contributing/style_guides.md b/doc/development/contributing/style_guides.md index 7f15a5c21fa..0eedef5e14f 100644 --- a/doc/development/contributing/style_guides.md +++ b/doc/development/contributing/style_guides.md @@ -21,7 +21,7 @@ of _prohibited this user from being saved due to the following errors:_ the text should be _sorry, we could not create your account because:_ 1. Code should be written in [US English][us-english] -1. [Go][../go_guide/index.md] +1. [Go](../go_guide/index.md) This is also the style used by linting tools such as [RuboCop](https://github.com/bbatsov/rubocop) and [Hound CI](https://houndci.com). |