summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-09-16 14:27:16 +0000
committerRobert Schilling <rschilling@student.tugraz.at>2015-09-16 14:27:16 +0000
commit421d055371dcf5d4b62be39878c6d7085b50f3fe (patch)
tree75d700cd05f05caffb6bd373017743c3f44017a9
parent0696aeb3dcdb8b083b63f81fc6fcac51766afffe (diff)
parent5a035238cb7566a4d89d1a01cf145b4f3730a4cb (diff)
downloadgitlab-ce-421d055371dcf5d4b62be39878c6d7085b50f3fe.tar.gz
Merge branch 'markdown_help_fix' into 'master'
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. See merge request !1310
-rw-r--r--doc/markdown/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index 322111ae9e1..6fdb2fe1491 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -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.