diff options
author | Timothy Andrew <mail@timothyandrew.net> | 2016-06-02 14:25:17 +0530 |
---|---|---|
committer | Timothy Andrew <mail@timothyandrew.net> | 2016-06-02 14:25:17 +0530 |
commit | 85ae72580f55f465d03ea552bf80866791472ce2 (patch) | |
tree | 2d1d636f754075084a04bfcd756ceed845aeff4f | |
parent | bd49830c3661ecccc57f1f5386935695cebea4be (diff) | |
download | gitlab-ce-16568-document-wiki-linking-behavior.tar.gz |
Remove the `non-file` qualifier for root links.16568-document-wiki-linking-behavior
-rw-r--r-- | doc/markdown/wiki.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/wiki.md b/doc/markdown/wiki.md index b58107abea3..fa9b3298edb 100644 --- a/doc/markdown/wiki.md +++ b/doc/markdown/wiki.md @@ -62,7 +62,7 @@ A link can be constructed relative to the current wiki page using `./<page>`, `. ### Root Link -A link starting with a `/` is relative to the wiki root, for non-file links. +A link starting with a `/` is relative to the wiki root. 1. This snippet links to `<wiki_root>/documentation` |