diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-09-23 11:44:17 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-09-23 11:44:17 +0000 |
commit | ff63a166e9cbe9324d4be299cb87c26952efa67e (patch) | |
tree | 28bef1be6982a5424b6454d3476fca076a1ddc07 /doc | |
parent | e63b64de34a8f00fe1b77afe79dc240cdd654806 (diff) | |
parent | 95f73a68fa3ff235c35217b1c72666c5bad6ce03 (diff) | |
download | gitlab-ce-ff63a166e9cbe9324d4be299cb87c26952efa67e.tar.gz |
Merge branch 'rs-fix-help-links' into 'master'
Prevent double-prefixing of help page paths
Closes #2679
See merge request !1400
Diffstat (limited to 'doc')
-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 5f38086b8e3..a0ff856ebb6 100644 --- a/doc/README.md +++ b/doc/README.md @@ -51,7 +51,7 @@ ### Administrator documentation -+ [User permissions](permissions/README.md) ++ [User permissions](permissions/permissions.md) + [API](api/README.md) ## Contributor documentation |