From f781202f3395ed4b246dce2994ad84d1549c26c5 Mon Sep 17 00:00:00 2001
From: Brandon Patton <brandon@isolary.com>
Date: Tue, 30 Aug 2016 22:32:58 +0000
Subject: [PATCH] Fixed a broken documentation link to the
 wiki-specific-markdown.

---
 app/views/projects/wikis/_form.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/projects/wikis/_form.html.haml b/app/views/projects/wikis/_form.html.haml
index 643f7c589e6..6624d5cb427 100644
--- a/app/views/projects/wikis/_form.html.haml
+++ b/app/views/projects/wikis/_form.html.haml
@@ -24,7 +24,7 @@
 
         = succeed '.' do
           More examples are in the
-          = link_to 'documentation', help_page_path("user/project/markdown", anchor: "wiki-specific-markdown")
+          = link_to 'documentation', help_page_path("user/markdown", anchor: "wiki-specific-markdown")
 
   .form-group
     = f.label :commit_message, class: 'control-label'
-- 
GitLab