Fix in Markdown help page: properly create the link to a wiki page.

The help file on Markdown that is included with Gitlab CE (7.14.3 d321305)
and also gitlab.com (see https://gitlab.com/help/markdown/markdown#links)
contains a typo in the description of a link to a wiki page.
This commit is contained in:
Nicolas Bigaouette
2015-09-16 10:00:27 -04:00
parent 0696aeb3dc
commit 5a035238cb

View File

@ -413,7 +413,7 @@ Some text to show that the reference links can follow later.
Relative links do not allow referencing project files in a wiki page or wiki page in a project file. The reason for this is that, in GitLab, wiki is always a separate git repository. For example:
`[I'm a reference-style link][style]`
`[I'm a reference-style link](style)`
will point the link to `wikis/style` when the link is inside of a wiki markdown file.