diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-12 17:53:54 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-12 17:53:54 +0300 |
commit | aa8a61cca9b2346212c19d365c2e60841fea6212 (patch) | |
tree | 8a75733b58a42fa8b3ffaeae2be6c70cb2ab5038 /doc/README.md | |
parent | 523168c8bf29e0219620acce96ea07cadfdfcb13 (diff) | |
download | gitlab-ce-aa8a61cca9b2346212c19d365c2e60841fea6212.tar.gz |
Change permissions URL in main readme
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index cf7a828d91e..cc0b6e0c1e5 100644 --- a/doc/README.md +++ b/doc/README.md @@ -11,7 +11,7 @@ - [Importing and exporting projects between instances](user/project/settings/import_export.md). - [Markdown](markdown/markdown.md) GitLab's advanced formatting system. - [Migrating from SVN](workflow/importing/migrating_from_svn.md) Convert a SVN repository to Git and GitLab. -- [Permissions](permissions/permissions.md) Learn what each role in a project (external/guest/reporter/developer/master/owner) can do. +- [Permissions](user/permissions.md) Learn what each role in a project (external/guest/reporter/developer/master/owner) can do. - [Profile Settings](profile/README.md) - [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat. - [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects. |