Fixed broken permissions link.

This commit is contained in:
Patricio Cano 2015-05-05 16:14:54 +00:00
parent 1132084d3f
commit 69f3b40031
1 changed files with 2 additions and 4 deletions

View File

@ -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.
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](doc/permissions/permissions.md).
![protected branches page](protected_branches/protected_branches1.png)
@ -28,6 +28,4 @@ For those workflows, you can allow everyone with write access to push to a prote
On already protected branches you can also allow developers to push to the repository by selecting the `Developers can push` check box.
![Developers can push](protected_branches/protected_branches2.png)
![Developers can push](protected_branches/protected_branches2.png)