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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-22 15:07:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-22 15:07:55 +0300
commitfb336d5f6b8b2c8f3131ee97a68ebc80c64a0223 (patch)
tree902d2767f2c9ca4dd5a971eccd68a69e75a6ef78 /doc/development/rubocop_development_guide.md
parent2b0b59094ad207c5e608537d398c822970930b19 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/rubocop_development_guide.md')
-rw-r--r--doc/development/rubocop_development_guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/rubocop_development_guide.md b/doc/development/rubocop_development_guide.md
index 2ff94f65232..10c129abaaa 100644
--- a/doc/development/rubocop_development_guide.md
+++ b/doc/development/rubocop_development_guide.md
@@ -43,7 +43,7 @@ Before adding a new cop to enforce a given style, make sure to discuss it with y
We maintain cops across several Ruby code bases, and not all of them are
specific to the GitLab application.
When creating a new cop that could be applied to multiple applications, we encourage you
-to add it to our [`gitlab-styles`](https://gitlab.com/gitlab-org/gitlab-styles) gem.
+to add it to our [`gitlab-styles`](https://gitlab.com/gitlab-org/ruby/gems/gitlab-styles) gem.
If the cop targets rules that only apply to the main GitLab application,
it should be added to [GitLab](https://gitlab.com/gitlab-org/gitlab) instead.