summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/wikis/_form.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/wikis/_form.html.haml b/app/views/projects/wikis/_form.html.haml
index 797a1a59e9f..893bea3c759 100644
--- a/app/views/projects/wikis/_form.html.haml
+++ b/app/views/projects/wikis/_form.html.haml
@@ -20,6 +20,8 @@
.help-block
To link to a (new) page, simply type
%code [Link Title](page-slug)
+ \. More examples are in the
+ = link_to 'documentation', help_page_path(category: 'markdown', file: 'wiki', format: 'md')
\.
.form-group
= f.label :commit_message, class: 'control-label'