diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-28 23:06:40 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-28 23:06:58 +0200 |
commit | c5c6a945f29921b969663aa3e79e09148145e60c (patch) | |
tree | 4e1901378c3a20f56c3179c232e06f549a3bd097 /doc/permissions | |
parent | a52746649d1db4f52ae4e989dcf654ef4af57905 (diff) | |
download | gitlab-ce-c5c6a945f29921b969663aa3e79e09148145e60c.tar.gz |
Fix broken link in permissions page [ci skip]
Diffstat (limited to 'doc/permissions')
-rw-r--r-- | doc/permissions/permissions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/permissions/permissions.md b/doc/permissions/permissions.md index bcd00cfc6bf..1be78ac1823 100644 --- a/doc/permissions/permissions.md +++ b/doc/permissions/permissions.md @@ -6,11 +6,11 @@ If a user is both in a project group and in the project itself, the highest perm If a user is a GitLab administrator they receive all permissions. -On public projects the Guest role is not enforced. -All users will be able to create issues, leave comments, and pull or download the project code. +On public projects the Guest role is not enforced. +All users will be able to create issues, leave comments, and pull or download the project code. To add or import a user, you can follow the [project users and members -documentation](doc/workflow/add-user/add-user.md). +documentation](../workflow/add-user/add-user.md). ## Project |