diff options
author | Christie Lenneville <clenneville@gitlab.com> | 2019-05-21 17:33:16 +0000 |
---|---|---|
committer | Christie Lenneville <clenneville@gitlab.com> | 2019-05-21 17:33:16 +0000 |
commit | e97ec02b23cc82b738e94bc0c26b372857ed7357 (patch) | |
tree | f0880bd30772e2b7ce7df8bc82badb4950da1a3e | |
parent | f0d0f24375a9e72e03aefebdac481a4781631317 (diff) | |
download | gitlab-ce-e97ec02b23cc82b738e94bc0c26b372857ed7357.tar.gz |
Apply suggestion to doc/user/group/index.md
-rw-r--r-- | doc/user/group/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index 12d0f96a1c6..ea2ec683845 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -225,7 +225,7 @@ From GitLab 10.5, you can transfer groups in the following ways: When transferring groups, note: -- Changing a group's parent can have unintended side effects. See [redirects when changing repository paths](../project/index.md#redirects-when-changing-repository-paths). +- Changing a group's parent can have unintended side effects. See [Redirects when changing repository paths](../project/index.md#redirects-when-changing-repository-paths). - You can only transfer groups to groups you manage. - You must update your local repositories to point to the new location. - If the parent group's visibility is lower than the group's current visibility, visibility levels for subgroups and projects will change to match the new parent group's visibility. |