summaryrefslogtreecommitdiff
path: root/.gitlab/merge_request_templates/Documentation.md
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2018-07-17 12:06:28 +0000
committerRémy Coutable <remy@rymai.me>2018-07-17 12:06:28 +0000
commit649f97c59de78f96609c9e8bbbae3a2cb535fcb4 (patch)
treed8e2c399f2e37cd6b514769ee8abc57f8d891d7c /.gitlab/merge_request_templates/Documentation.md
parent2ecf9851d76defa17119612535a92c636662cbcf (diff)
downloadgitlab-ce-649f97c59de78f96609c9e8bbbae3a2cb535fcb4.tar.gz
Merge Templates updates
Diffstat (limited to '.gitlab/merge_request_templates/Documentation.md')
-rw-r--r--.gitlab/merge_request_templates/Documentation.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab/merge_request_templates/Documentation.md b/.gitlab/merge_request_templates/Documentation.md
index da38a703c3c..531035b3766 100644
--- a/.gitlab/merge_request_templates/Documentation.md
+++ b/.gitlab/merge_request_templates/Documentation.md
@@ -1,4 +1,4 @@
-<!--See the general Documentation guidelines https://docs.gitlab.com/ce/development/writing_documentation.html -->
+<!--See the general Documentation guidelines https://docs.gitlab.com/ee/development/documentation/index.html -->
## What does this MR do?
@@ -13,17 +13,17 @@ Closes
## Moving docs to a new location?
Read the guidelines:
-https://docs.gitlab.com/ce/development/writing_documentation.html#changing-document-location
+https://docs.gitlab.com/ee/development/documentation/#changing-document-location
- [ ] Make sure the old link is not removed and has its contents replaced with
a link to the new location.
- [ ] Make sure internal links pointing to the document in question are not broken.
-- [ ] Search and replace any links referring to old docs in GitLab Rails app,
- specifically under the `app/views/` and `ee/app/views` (for GitLab EE) directories.
-- [ ] Make sure to add [`redirect_from`](https://docs.gitlab.com/ce/development/writing_documentation.html#redirections-for-pages-with-disqus-comments)
+- [ ] Search and replace any links referring to the old docs in the GitLab Rails app,
+ specifically under the `app/views/` and `ee/app/views` (for GitLab EE) directories.
+- [ ] Make sure to add [`redirect_from`](https://docs.gitlab.com/ee/development/documentation/index.html#redirections-for-pages-with-disqus-comments)
to the new document if there are any Disqus comments on the old document thread.
-- [ ] If working on CE and the `ee-compat-check` jobs fails, submit an MR to EE
- with the changes as well (https://docs.gitlab.com/ce/development/writing_documentation.html#cherry-picking-from-ce-to-ee).
+- [ ] If working on CE and the `ee-compat-check` jobs fails, [submit an MR to EE
+ with the changes](https://docs.gitlab.com/ee/development/documentation/index.html#cherry-picking-from-ce-to-ee) as well.
- [ ] Ping one of the technical writers for review.
/label ~Documentation