diff options
author | Timothy Andrew <mail@timothyandrew.net> | 2016-06-02 14:25:17 +0530 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-02 12:59:01 +0300 |
commit | dc396dc4f9622e96c0a1564260e106643eb48a4a (patch) | |
tree | 7b90f0b85beb05850bf7895c45780c5051bed1fe /doc/markdown | |
parent | d55e83addecda6c6a3632826b9bb61437d18290f (diff) | |
download | gitlab-ce-dc396dc4f9622e96c0a1564260e106643eb48a4a.tar.gz |
Remove the `non-file` qualifier for root links.
Diffstat (limited to 'doc/markdown')
-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` |