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
path: root/lib
diff options
context:
space:
mode:
authorSuzanne Selhorn <sselhorn@gitlab.com>2022-09-21 23:36:41 +0300
committerAmy Qualls <aqualls@gitlab.com>2022-09-21 23:36:41 +0300
commit2afb47e318959c563bf6bf9c80e99f67c3a64295 (patch)
treed218b6822b366a828dd6600a11963a1aa75c19f1 /lib
parent0c7e647a0bfc4d5f61b2ef15d34d02b417e53d18 (diff)
Updated handbook URLs
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/redirects.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/redirects.rake b/lib/tasks/redirects.rake
index 8935e645..7130a1e4 100644
--- a/lib/tasks/redirects.rake
+++ b/lib/tasks/redirects.rake
@@ -32,7 +32,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/doc/raketasks.md#clean-up-redirects_</p>"
+ mr_description = "Monthly cleanup of docs redirects.</br><p>See https://about.gitlab.com/handbook/product/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}"
commit_message = "Update docs redirects #{today}"