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:
Diffstat (limited to 'rubocop/cop/gitlab/doc_url.rb')
-rw-r--r--rubocop/cop/gitlab/doc_url.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/gitlab/doc_url.rb b/rubocop/cop/gitlab/doc_url.rb
index 41a1c2f8b36..79e25142f26 100644
--- a/rubocop/cop/gitlab/doc_url.rb
+++ b/rubocop/cop/gitlab/doc_url.rb
@@ -19,7 +19,7 @@ module RuboCop
include RangeHelp
MSG = 'Use `#help_page_url` instead of directly including link. ' \
- 'See https://docs.gitlab.com/ee/development/documentation/#linking-to-help-in-ruby.'
+ 'See https://docs.gitlab.com/ee/development/documentation/help#linking-to-help.'
DOCS_URL_REGEXP = %r{https://docs.gitlab.com/ee/[\w#%./-]+}