diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-22 12:18:05 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-07-22 12:18:33 +0300 |
commit | 7a3b20ed36617aab2b56f12391903882c05f3ec0 (patch) | |
tree | 6000f9fb2c5c8046b2b1d8b3729623c7f6a37845 /doc/README.md | |
parent | cbe787c5872318befb9d3cbd2918a44878e04497 (diff) | |
download | gitlab-ce-7a3b20ed36617aab2b56f12391903882c05f3ec0.tar.gz |
Move admin application settings to own path
[ci skip]
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 cc0b6e0c1e5..ad5267352b0 100644 --- a/doc/README.md +++ b/doc/README.md @@ -21,7 +21,7 @@ ## Administrator documentation -- [Access restrictions](administration/access_restrictions.md) Define which Git access protocols can be used to talk to GitLab +- [Access restrictions](user/admin_area/settings/visibility_and_access_controls.md#enabled-git-access-protocols) Define which Git access protocols can be used to talk to GitLab - [Authentication/Authorization](administration/auth/README.md) Configure external authentication with LDAP, SAML, CAS and additional Omniauth providers. - [Custom Git hooks](administration/custom_hooks.md) Custom Git hooks (on the filesystem) for when webhooks aren't enough. |