diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-03-11 05:54:25 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2019-03-11 05:54:25 +0000 |
commit | 125b4eb296f5e6fb86da47c865de13ebc634f27a (patch) | |
tree | 182ae33a859ba8cf641ae56ee3c171e041a4bb5d /doc/profile | |
parent | b541a8d58057c292db020001150b11e79dfb3f2a (diff) | |
download | gitlab-ce-125b4eb296f5e6fb86da47c865de13ebc634f27a.tar.gz |
Docs: Add automatic redirects to many moved files
Diffstat (limited to 'doc/profile')
-rw-r--r-- | doc/profile/README.md | 4 | ||||
-rw-r--r-- | doc/profile/preferences.md | 4 | ||||
-rw-r--r-- | doc/profile/two_factor_authentication.md | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/profile/README.md b/doc/profile/README.md index fda6d85a84c..4932cf33b87 100644 --- a/doc/profile/README.md +++ b/doc/profile/README.md @@ -1 +1,5 @@ +--- +redirect_to: '../user/profile/index.md' +--- + This document was moved to [user/profile/account](../user/profile/index.md). diff --git a/doc/profile/preferences.md b/doc/profile/preferences.md index cc16f3afe41..cf99bd61f5d 100644 --- a/doc/profile/preferences.md +++ b/doc/profile/preferences.md @@ -1 +1,5 @@ +--- +redirect_to: '../user/profile/preferences.md' +--- + This document was moved to [another location](../user/profile/preferences.md). diff --git a/doc/profile/two_factor_authentication.md b/doc/profile/two_factor_authentication.md index 60918a0339c..453ac833f59 100644 --- a/doc/profile/two_factor_authentication.md +++ b/doc/profile/two_factor_authentication.md @@ -1 +1,5 @@ +--- +redirect_to: '../user/profile/account/two_factor_authentication.md' +--- + This document was moved to [user/profile/account](../user/profile/account/two_factor_authentication.md). |