Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Northrup <john@gitlab.com>2016-08-22 23:25:05 +0300
committerJohn Northrup <john@gitlab.com>2016-08-22 23:25:05 +0300
commitd4e44e90943b842de97df21946cf19a7ffecee83 (patch)
tree4b241eb7dbb718f958f423f9517ea3c12b47183b
parentf41098adef6292020dae0b0134aa91820700f64f (diff)
fix location of markdown help location
-rw-r--r--app/views/projects/notes/_hints.html.haml2
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