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:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-25 17:19:14 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-08-26 17:38:21 +0300
commitaeb280b0ccb7186b75cf73fcd2e051c5ed661443 (patch)
treeadad1bde334995fc4f35dbbfc625b1f318f0ccb4 /app/views/help
parent6e584f46d2479d5550c12293af00fd494b60f2c0 (diff)
Fix markdown help references
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/ui.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/help/ui.html.haml b/app/views/help/ui.html.haml
index 85e188d6f8b..d16bd61b779 100644
--- a/app/views/help/ui.html.haml
+++ b/app/views/help/ui.html.haml
@@ -549,4 +549,4 @@
%li wiki page
%li help page
- You can check how markdown rendered at #{link_to 'Markdown help page', help_page_path("markdown/markdown")}.
+ You can check how markdown rendered at #{link_to 'Markdown help page', help_page_path("user/markdown")}.