Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-07-04 15:15:36 +0400
committerMarin Jankovski <marin@gitlab.com>2014-07-04 15:15:36 +0400
commitddb8c8e0d678b076bb9272b2471fa5b30fbef775 (patch)
treee3d885359ede2dd54b011b9eeeef395ec09e2788 /doc/public_access
parent83fd03f2ddb6b2fb2088bb9b3945fe13afb91320 (diff)
Link to permissions doc using relative path.
Diffstat (limited to 'doc/public_access')
-rw-r--r--doc/public_access/public_access.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/public_access/public_access.md b/doc/public_access/public_access.md
index 493e59af225..9b117319eec 100644
--- a/doc/public_access/public_access.md
+++ b/doc/public_access/public_access.md
@@ -12,7 +12,7 @@ Public projects can be cloned **without any** authentication.
It will also be listed on the [public access directory](/public).
-**Any logged in user** will have [Guest](/help/permissions) permissions on the repository.
+**Any logged in user** will have [Guest](../permissions/permissions) permissions on the repository.
## Internal projects
@@ -20,7 +20,7 @@ Internal projects can be cloned by any logged in user.
It will also be listed on the [public access directory](/public) for logged in users.
-Any logged in user will have [Guest](/help/permissions) permissions on the repository.
+Any logged in user will have [Guest](../permissions/permissions) permissions on the repository.
## How to change project visibility