Commit a79ff934 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'change-markdown-help-location' into 'master'

Fix location of markdown help

Resolves #21208, and incorrect link to the markdown style guide

See merge request !5945
parents 86d3aa5b d4e44e90
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment