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:
authorKati Paizee <kpaizee@gitlab.com>2021-08-17 09:45:58 +0300
committerKati Paizee <kpaizee@gitlab.com>2021-08-17 17:25:31 +0300
commit21509b618546e0ae45e7e467c51a4491f80c671c (patch)
tree6a1892b545a960a6b3ee41eaff1069c0dd48bc14 /Rakefile
parent8bcf7513d590190b08ceed951c3c32c2463275ce (diff)
Fix outdated links to TW workflow docs
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index d9993a3e..5a47ec9e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -145,7 +145,7 @@ namespace :release do
abort('
It appears you are on the default branch. Create the current release
branch and run the raketask again. Follow the documentation guide
- on how to create it: https://docs.gitlab.com/ee/development/documentation/site_architecture/versions.html#3-create-the-release-merge-request
+ on how to create it: https://about.gitlab.com/handbook/engineering/ux/technical-writing/workflow/#create-release-merge-request
')
end
@@ -163,7 +163,7 @@ namespace :release do
abort('
A release branch for the latest stable version has not been created.
Follow the documentation guide on how to create one:
- https://docs.gitlab.com/ee/development/documentation/site_architecture/versions.html#3-create-the-release-merge-request
+ https://about.gitlab.com/handbook/engineering/ux/technical-writing/workflow/#create-release-merge-request
')
end