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
path: root/app
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-08-22 16:51:38 +0300
committerRuben Davila <rdavila84@gmail.com>2016-08-24 00:32:40 +0300
commit14e7ab49fe22c7b102d26a6d7eddcb704cc70ba0 (patch)
treebea38af293e7598801960eac8ee5707436f99465 /app
parent82368d41687613af98726951e3316be4ca5e7d77 (diff)
Merge branch 'doc-slash-commands-location' into 'master'
Change slash commands docs location See merge request !5937
Diffstat (limited to 'app')
-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 ba41406a4aa..6c14f48d41b 100644
--- a/app/views/projects/notes/_hints.html.haml
+++ b/app/views/projects/notes/_hints.html.haml
@@ -5,7 +5,7 @@
= link_to 'Markdown', help_page_path('user/markdown'), target: '_blank', tabindex: -1
- if supports_slash_commands
and
- = link_to 'slash commands', help_page_path('workflow/slash_commands'), target: '_blank', tabindex: -1
+ = link_to 'slash commands', help_page_path('user/project/slash_commands'), target: '_blank', tabindex: -1
are
- else
is