summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-28 21:27:04 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-28 21:27:04 +0000
commit4c4810b35b3b1729865640382b4c7e593f8b876d (patch)
tree9c7e8ea25afd749dbb7e9732acb7418e940e0b6e /app
parent05c8ec6cb85a3943b53cbd5757e7baea300dac68 (diff)
parent2d80d0529353d174fb991abe1b2a9c16943ba0ec (diff)
downloadgitlab-ce-4c4810b35b3b1729865640382b4c7e593f8b876d.tar.gz
Merge branch 'docs/pages' into 'master'
Move all Pages related content to a single location Closes #28819 and #28714 See merge request !9583
Diffstat (limited to 'app')
-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'