Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-03 12:01:55 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-03 12:01:55 +0300
commita4768ca291cbc70a493aa2a253a51d560aa470ca (patch)
tree06eb8525cd788a0ced900dc5b3b7fabc9b9cb0de /layouts/footer.html
parent1f2ee507c6ad46510bede0ec5c9193c13e8789fe (diff)
Footer URLs updated away from redirecting pages
Diffstat (limited to 'layouts/footer.html')
-rw-r--r--layouts/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/footer.html b/layouts/footer.html
index 6c513402..decb1ffe 100644
--- a/layouts/footer.html
+++ b/layouts/footer.html
@@ -1,7 +1,7 @@
<footer class=footer>
<%= render '/footer_links.*' %>
<div class='animated text-center source-link'>
- <a href='https://gitlab.com/gitlab-com/gitlab-docs' target='_blank'>Created</a> with Nanoc, hosted on <a href='https://about.gitlab.com/features/pages/' target='_blank'>GitLab Pages</a>
+ <a href='https://gitlab.com/gitlab-com/gitlab-docs' target='_blank'>Created</a> with Nanoc, hosted on <a href='https://about.gitlab.com/product/pages/' target='_blank'>GitLab Pages</a>
<a href='https://creativecommons.org/licenses/by-sa/4.0/' target='_blank' rel="license" alt="Creative Commons License"><img src='/assets/images/by-sa.svg'></a>
<a href='/cookies-policy/' alt='Cookies Policy'>Cookies Policy</a>
<% if ENV['NANOC_ENV'] == 'production' && ENV['CI_COMMIT_REF_NAME'] == 'master' %>