diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-02 13:42:14 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-02 13:42:14 +0300 |
commit | fc492c890596c996ad270dcbcd5d76c2b748cbeb (patch) | |
tree | 7f2ba6671a5722df67d945faee80a8f3348c5da3 /app/views/projects/wikis | |
parent | 4611191785f2ca0eca2ba5be3b24224879bc5c50 (diff) | |
download | gitlab-ce-fc492c890596c996ad270dcbcd5d76c2b748cbeb.tar.gz |
Change Markdown document location
Diffstat (limited to 'app/views/projects/wikis')
-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 6360371804a..643f7c589e6 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(category: 'markdown', file: 'wiki', format: 'md') + = link_to 'documentation', help_page_path("user/project/markdown", anchor: "wiki-specific-markdown") .form-group = f.label :commit_message, class: 'control-label' |