diff options
author | Robert Speicher <robert@gitlab.com> | 2017-05-25 15:14:16 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2017-05-25 15:14:16 +0000 |
commit | 516e3532c68fb8f40fee083039e711cd6bb8c78c (patch) | |
tree | 8aa163411ef184bccb332b7f4622178f4f1acfdd /doc/user | |
parent | 6a88f187be67b8396a23f9b458a2718845af8e5e (diff) | |
parent | c27877cab540f51e9932d6f786e8c39bc4260594 (diff) | |
download | gitlab-ce-516e3532c68fb8f40fee083039e711cd6bb8c78c.tar.gz |
Merge branch 'revert-b0498c17' into 'master'
Refactor `DynamicPathValidator` and `GitLab::Regex` some more
See merge request !11693
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/group/subgroups/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/group/subgroups/index.md b/doc/user/group/subgroups/index.md index 151c17f3bf1..d5edf36f6b0 100644 --- a/doc/user/group/subgroups/index.md +++ b/doc/user/group/subgroups/index.md @@ -71,7 +71,7 @@ structure. - You need to be an Owner of a group in order to be able to create a subgroup. For more information check the [permissions table][permissions]. - For a list of words that are not allowed to be used as group names see the - [`regex.rb` file][reserved] under the `TOP_LEVEL_ROUTES`, `PROJECT_WILDCARD_ROUTES` and `GROUP_ROUTES` lists: + [`path_regex.rb` file][reserved] under the `TOP_LEVEL_ROUTES`, `PROJECT_WILDCARD_ROUTES` and `GROUP_ROUTES` lists: - `TOP_LEVEL_ROUTES`: are names that are reserved as usernames or top level groups - `PROJECT_WILDCARD_ROUTES`: are names that are reserved for child groups or projects. - `GROUP_ROUTES`: are names that are reserved for all groups or projects. @@ -163,4 +163,4 @@ Here's a list of what you can't do with subgroups: [ce-2772]: https://gitlab.com/gitlab-org/gitlab-ce/issues/2772 [permissions]: ../../permissions.md#group -[reserved]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/regex.rb +[reserved]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/path_regex.rb |