summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcharlie ablett <cablett@gitlab.com>2019-06-28 01:15:36 +0000
committercharlie ablett <cablett@gitlab.com>2019-06-28 01:15:36 +0000
commitdf59801db20d210a085d9b8fd9277255a6535733 (patch)
tree3f9e15b74f18c55a0295eb85c1fb1081a9c8accb /doc
parentbf82e838fbffe0b450b3ad83a6c9fbb9577c2ff3 (diff)
downloadgitlab-ce-df59801db20d210a085d9b8fd9277255a6535733.tar.gz
Fix broken style guide links
Diffstat (limited to 'doc')
-rw-r--r--doc/development/contributing/style_guides.md4
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"