diff options
author | John Northrup <john@gitlab.com> | 2016-08-22 15:25:05 -0500 |
---|---|---|
committer | John Northrup <john@gitlab.com> | 2016-08-22 15:25:05 -0500 |
commit | d4e44e90943b842de97df21946cf19a7ffecee83 (patch) | |
tree | 4b241eb7dbb718f958f423f9517ea3c12b47183b /app | |
parent | f41098adef6292020dae0b0134aa91820700f64f (diff) | |
download | gitlab-ce-d4e44e90943b842de97df21946cf19a7ffecee83.tar.gz |
fix location of markdown help locationchange-markdown-help-location
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/notes/_hints.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/_hints.html.haml b/app/views/projects/notes/_hints.html.haml index f4212350c2d..6c14f48d41b 100644 --- a/app/views/projects/notes/_hints.html.haml +++ b/app/views/projects/notes/_hints.html.haml @@ -2,7 +2,7 @@ .comment-toolbar.clearfix .toolbar-text Styling with - = link_to 'Markdown', help_page_path('markdown/markdown'), target: '_blank', tabindex: -1 + = link_to 'Markdown', help_page_path('user/markdown'), target: '_blank', tabindex: -1 - if supports_slash_commands and = link_to 'slash commands', help_page_path('user/project/slash_commands'), target: '_blank', tabindex: -1 |