summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-11-23 11:22:33 +0100
committerAchilleas Pipinellis <axil@gitlab.com>2017-11-23 12:52:26 +0100
commit3f39d787953263d8102437a1f9838548d94eac43 (patch)
tree503e0987a86c86a99d7f4f186e41786f47262e9a /doc/development
parent743fd67f73875dac071287ef8bb91a2392359ba3 (diff)
downloadgitlab-ce-3f39d787953263d8102437a1f9838548d94eac43.tar.gz
Fix the redirect location wording
Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/142
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/doc_styleguide.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md
index 0e4ffbd7910..aaa7032cadb 100644
--- a/doc/development/doc_styleguide.md
+++ b/doc/development/doc_styleguide.md
@@ -303,10 +303,10 @@ GitLab.com or http://docs.gitlab.com. Make sure this is discussed with the
Documentation team beforehand.
If you indeed need to change a document's location, do NOT remove the old
-document, but rather put a text in it that points to the new location, like:
+document, but rather replace all of its contents with a new line:
```
-This document was moved to [path/to/new_doc.md](path/to/new_doc.md).
+This document was moved to [another location](path/to/new_doc.md).
```
where `path/to/new_doc.md` is the relative path to the root directory `doc/`.
@@ -320,7 +320,7 @@ For example, if you were to move `doc/workflow/lfs/lfs_administration.md` to
1. Replace the contents of `doc/workflow/lfs/lfs_administration.md` with:
```
- This document was moved to [administration/lfs.md](../../administration/lfs.md).
+ This document was moved to [another location](../../administration/lfs.md).
```
1. Find and replace any occurrences of the old location with the new one.