summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/_form.html.haml
diff options
context:
space:
mode:
authorBrandon Patton <brandon@isolary.com>2016-08-30 22:32:58 +0000
committerBrandon Patton <brandon@isolary.com>2016-08-30 22:32:58 +0000
commitf781202f3395ed4b246dce2994ad84d1549c26c5 (patch)
treec9b6c18d01fddb0ab0d201f34dd19257726187d9 /app/views/projects/wikis/_form.html.haml
parent7dd97cff3448b6b5d081829e782823113c2db91f (diff)
downloadgitlab-ce-f781202f3395ed4b246dce2994ad84d1549c26c5.tar.gz
Fixed a broken documentation link to the wiki-specific-markdown.
Diffstat (limited to 'app/views/projects/wikis/_form.html.haml')
-rw-r--r--app/views/projects/wikis/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/wikis/_form.html.haml b/app/views/projects/wikis/_form.html.haml
index 643f7c589e6..6624d5cb427 100644
--- a/app/views/projects/wikis/_form.html.haml
+++ b/app/views/projects/wikis/_form.html.haml
@@ -24,7 +24,7 @@
= succeed '.' do
More examples are in the
- = link_to 'documentation', help_page_path("user/project/markdown", anchor: "wiki-specific-markdown")
+ = link_to 'documentation', help_page_path("user/markdown", anchor: "wiki-specific-markdown")
.form-group
= f.label :commit_message, class: 'control-label'