From d4e44e90943b842de97df21946cf19a7ffecee83 Mon Sep 17 00:00:00 2001 From: John Northrup Date: Mon, 22 Aug 2016 15:25:05 -0500 Subject: [PATCH] fix location of markdown help location --- app/views/projects/notes/_hints.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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