Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-28 06:52:16 +0300
committerEvan Read <eread@gitlab.com>2019-06-28 06:52:16 +0300
commit732ee60693c5986f9041b05665588306eefd69d9 (patch)
tree44dcafd2276be224def186ccc01117c89ee033b5
parentc3ac714b9a3a6edb58426e83c15692691ff262ab (diff)
parentdf59801db20d210a085d9b8fd9277255a6535733 (diff)
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.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"