diff options
author | Brandon Patton <brandon@isolary.com> | 2016-08-30 22:32:58 +0000 |
---|---|---|
committer | Brandon Patton <brandon@isolary.com> | 2016-08-30 22:32:58 +0000 |
commit | f781202f3395ed4b246dce2994ad84d1549c26c5 (patch) | |
tree | c9b6c18d01fddb0ab0d201f34dd19257726187d9 /app | |
parent | 7dd97cff3448b6b5d081829e782823113c2db91f (diff) | |
download | gitlab-ce-f781202f3395ed4b246dce2994ad84d1549c26c5.tar.gz |
Fixed a broken documentation link to the wiki-specific-markdown.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/wikis/_form.html.haml | 2 |
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' |