diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-26 10:10:05 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-26 10:10:05 +0000 |
commit | 477f0309868bb7adcbb7901a7d2f13913ca9b4ba (patch) | |
tree | b95c8957f7374d8438730494e4701320b0857c8d | |
parent | fca610e5cbf5382f3814120227a0ca11440c8a9f (diff) | |
parent | f781202f3395ed4b246dce2994ad84d1549c26c5 (diff) | |
download | gitlab-ce-477f0309868bb7adcbb7901a7d2f13913ca9b4ba.tar.gz |
Merge branch 'patch-2' into 'master'
Fixed a broken documentation link to the wiki-specific-markdown.
## What does this MR do?
Fixes a broken link
## Are there points in the code the reviewer needs to double check?
Well, it's a one line change, so it couldn't hurt, right?
## Why was this MR needed?
Because broken links make us look like chumps. :)
## Screenshots (if relevant)
## Does this MR meet the acceptance criteria?
Probably not.
## What are the relevant issue numbers?
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/21760.
See merge request !6117
-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' |