Remove the `non-file` qualifier for root links.

This commit is contained in:
Timothy Andrew 2016-06-02 14:25:17 +05:30 committed by Achilleas Pipinellis
parent d55e83adde
commit dc396dc4f9
1 changed files with 1 additions and 1 deletions

View File

@ -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`