diff options
author | Evan Read <eread@gitlab.com> | 2019-06-28 03:52:16 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-06-28 03:52:16 +0000 |
commit | 732ee60693c5986f9041b05665588306eefd69d9 (patch) | |
tree | 44dcafd2276be224def186ccc01117c89ee033b5 | |
parent | c3ac714b9a3a6edb58426e83c15692691ff262ab (diff) | |
parent | df59801db20d210a085d9b8fd9277255a6535733 (diff) | |
download | gitlab-ce-732ee60693c5986f9041b05665588306eefd69d9.tar.gz |
Merge branch 'fix-style-guide-links-docs' into 'master'
Fix broken style guide links
See merge request gitlab-org/gitlab-ce!30149
-rw-r--r-- | doc/development/contributing/style_guides.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/contributing/style_guides.md b/doc/development/contributing/style_guides.md index f319d00d7fe..87e61a7476f 100644 --- a/doc/development/contributing/style_guides.md +++ b/doc/development/contributing/style_guides.md @@ -31,8 +31,8 @@ This is also the style used by linting tools such as [Return to Contributing documentation](index.md) -[rss-source]: https://github.com/bbatsov/ruby-style-guide/blob/master/README.md#source-code-layout -[rss-naming]: https://github.com/bbatsov/ruby-style-guide/blob/master/README.md#naming +[rss-source]: https://github.com/rubocop-hq/ruby-style-guide/blob/master/README.adoc#source-code-layout +[rss-naming]: https://github.com/rubocop-hq/ruby-style-guide/blob/master/README.adoc#naming-conventions [doc-guidelines]: ../documentation/index.md "Documentation guidelines" [js-styleguide]: ../fe_guide/style_guide_js.md "JavaScript styleguide" [scss-styleguide]: ../fe_guide/style_guide_scss.md "SCSS styleguide" |