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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2021-09-16 09:07:20 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2021-09-16 09:07:20 +0300
commit046001303e1fc86615c35b72e2a4a08ca62958bc (patch)
tree0b17f54e553e2787a4e167e7475f3dd676afea71 /Rakefile
parent1979f985708d64558bb487fbe9ed5273729c01b7 (diff)
Fix docs link in redirects Rake task
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ddb3f16c..4e45918f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -243,7 +243,7 @@ namespace :docs do
redirects_yaml = "#{source_dir}/content/_data/redirects.yaml"
today = Time.now.utc.to_date
mr_title = "Clean up docs redirects - #{today}"
- mr_description = "Monthly cleanup of docs redirects.</br><p>See https://about.gitlab.com/handbook/engineering/ux/technical-writing/#regularly-scheduled-tasks</p></br></hr></br><p>_Created automatically: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/README.md#clean-up-redirects_</p>"
+ mr_description = "Monthly cleanup of docs redirects.</br><p>See https://about.gitlab.com/handbook/engineering/ux/technical-writing/#regularly-scheduled-tasks</p></br></hr></br><p>_Created automatically: https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/doc/raketasks.md#clean-up-redirects_</p>"
redirects_branch = "docs-clean-redirects-#{today}"
# Disable lefthook because it was causing some PATH errors
# https://docs.gitlab.com/ee/development/contributing/style_guides.html#disable-lefthook-temporarily