Commit f031caf3 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Change URLs to new permissions.md location

parent aa8a61cc
...@@ -138,7 +138,7 @@ This setting is only available on GitLab 8.7 and above. ...@@ -138,7 +138,7 @@ This setting is only available on GitLab 8.7 and above.
SAML login includes support for external groups. You can define in the SAML SAML login includes support for external groups. You can define in the SAML
settings which groups, to which your users belong in your IdP, you wish to be settings which groups, to which your users belong in your IdP, you wish to be
marked as [external](../permissions/permissions.md). marked as [external](../user/permissions.md).
### Requirements ### Requirements
...@@ -306,4 +306,4 @@ For this you need take the following into account: ...@@ -306,4 +306,4 @@ For this you need take the following into account:
validators are optional validators are optional
Make sure that one of the above described scenarios is valid, or the requests will Make sure that one of the above described scenarios is valid, or the requests will
fail with one of the mentioned errors. fail with one of the mentioned errors.
\ No newline at end of file
...@@ -17,7 +17,7 @@ Public projects can be cloned **without any** authentication. ...@@ -17,7 +17,7 @@ Public projects can be cloned **without any** authentication.
They will also be listed on the public access directory (`/public`). They will also be listed on the public access directory (`/public`).
**Any logged in user** will have [Guest](../permissions/permissions.md) **Any logged in user** will have [Guest](../user/permissions.md)
permissions on the repository. permissions on the repository.
### Internal projects ### Internal projects
...@@ -27,7 +27,7 @@ Internal projects can be cloned by any logged in user. ...@@ -27,7 +27,7 @@ Internal projects can be cloned by any logged in user.
They will also be listed on the public access directory (`/public`) for logged They will also be listed on the public access directory (`/public`) for logged
in users. in users.
Any logged in user will have [Guest](../permissions/permissions.md) permissions Any logged in user will have [Guest](../user/permissions.md) permissions
on the repository. on the repository.
### How to change project visibility ### How to change project visibility
......
...@@ -23,7 +23,7 @@ want to add. ...@@ -23,7 +23,7 @@ want to add.
--- ---
Select the user and the [permission level](../../permissions/permissions.md) Select the user and the [permission level](../../user/permissions.md)
that you'd like to give the user. Note that you can select more than one user. that you'd like to give the user. Note that you can select more than one user.
![Give user permissions](img/add_user_give_permissions.png) ![Give user permissions](img/add_user_give_permissions.png)
......
...@@ -38,7 +38,7 @@ Forking a project is in most cases a two-step process. ...@@ -38,7 +38,7 @@ Forking a project is in most cases a two-step process.
--- ---
After the forking is done, you can start working on the newly created After the forking is done, you can start working on the newly created
repository. There, you will have full [Owner](../permissions/permissions.md) repository. There, you will have full [Owner](../user/permissions.md)
access, so you can set it up as you please. access, so you can set it up as you please.
## Merging upstream ## Merging upstream
......
...@@ -12,7 +12,7 @@ A protected branch does three simple things: ...@@ -12,7 +12,7 @@ A protected branch does three simple things:
You can make any branch a protected branch. GitLab makes the master branch a protected branch by default. You can make any branch a protected branch. GitLab makes the master branch a protected branch by default.
To protect a branch, user needs to have at least a Master permission level, see [permissions document](../permissions/permissions.md). To protect a branch, user needs to have at least a Master permission level, see [permissions document](../user/permissions.md).
![protected branches page](protected_branches/protected_branches1.png) ![protected branches page](protected_branches/protected_branches1.png)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment