Commit 3f39d787 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix the redirect location wording

Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/142
parent 743fd67f
# Repository storages This document was moved to [another location](repository_storage_paths.md).
This document was moved to a [new location](repository_storage_paths.md).
...@@ -303,10 +303,10 @@ GitLab.com or http://docs.gitlab.com. Make sure this is discussed with the ...@@ -303,10 +303,10 @@ GitLab.com or http://docs.gitlab.com. Make sure this is discussed with the
Documentation team beforehand. Documentation team beforehand.
If you indeed need to change a document's location, do NOT remove the old 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/`. 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 ...@@ -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: 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. 1. Find and replace any occurrences of the old location with the new one.
......
This document was moved to a [new location](../../user/project/import/index.md). This document was moved to [another location](../../user/project/import/index.md).
This document was moved to a [new location](../../user/project/import/bitbucket.md). This document was moved to [another location](../../user/project/import/bitbucket.md).
This document was moved to a [new location](../../user/project/import/fogbugz.md). This document was moved to [another location](../../user/project/import/fogbugz.md).
This document was moved to a [new location](../../user/project/import/gitea.md). This document was moved to [another location](../../user/project/import/gitea.md).
This document was moved to a [new location](../../user/project/import/github.md). This document was moved to [another location](../../user/project/import/github.md).
This document was moved to a [new location](../../user/project/import/gitlab_com.md). This document was moved to [another location](../../user/project/import/gitlab_com.md).
This document was moved to a [new location](../../user/project/import/svn.md). This document was moved to [another location](../../user/project/import/svn.md).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment