summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_use.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pages/_use.html.haml')
-rw-r--r--app/views/projects/pages/_use.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/pages/_use.html.haml b/app/views/projects/pages/_use.html.haml
index 9db46f0b1fc..e442e6e9a09 100644
--- a/app/views/projects/pages/_use.html.haml
+++ b/app/views/projects/pages/_use.html.haml
@@ -5,4 +5,6 @@
.panel-body
%p
Learn how to upload your static site and have it served by
- GitLab by following the #{link_to "documentation on GitLab Pages", "http://doc.gitlab.com/ee/pages/README.html", target: :blank}.
+ GitLab by following the
+ = succeed '.' do
+ = link_to 'documentation on GitLab Pages', help_page_path('user/project/pages/index.md'), target: '_blank'