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:
authorMarcel Amirault <mamirault@gitlab.com>2020-07-14 07:26:34 +0300
committerMarcel Amirault <mamirault@gitlab.com>2020-07-14 07:26:34 +0300
commit2b4c73e9eb86e793e91ade68de1666dfecc36780 (patch)
tree3729dc67e6b164a34b6fb287b5f9713a2380a90f /layouts/footer.html
parent09168ea7d1151c4120482ec91cc010d848fbbb00 (diff)
Update links in footer to point to projects
Diffstat (limited to 'layouts/footer.html')
-rw-r--r--layouts/footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/footer.html b/layouts/footer.html
index d9d7050b..11aacd84 100644
--- a/layouts/footer.html
+++ b/layouts/footer.html
@@ -30,16 +30,16 @@
<div class="col-12 py-1">
<ul class="list-unstyled list-inline my-0 d-flex flex-wrap">
<li>
- <a href='https://gitlab.com/gitlab-org/gitlab-docs' target='_blank' class="text-dark font-weight-bold pr-2 text-decoration-none">GitLab</a>
+ <a href='https://gitlab.com/gitlab-org/gitlab' target='_blank' class="text-dark font-weight-bold pr-2 text-decoration-none">GitLab</a>
</li>
<li>
- <a href='https://gitlab.com/gitlab-org/gitlab-docs' target='_blank' class="text-dark font-weight-bold px-2 text-decoration-none">Omnibus</a>
+ <a href='https://gitlab.com/gitlab-org/omnibus-gitlab' target='_blank' class="text-dark font-weight-bold px-2 text-decoration-none">Omnibus</a>
</li>
<li>
- <a href='https://gitlab.com/gitlab-org/gitlab-docs' target='_blank' class="text-dark font-weight-bold px-2 text-decoration-none">Runner</a>
+ <a href='https://gitlab.com/gitlab-org/gitlab-runner' target='_blank' class="text-dark font-weight-bold px-2 text-decoration-none">Runner</a>
</li>
<li>
- <a href='https://gitlab.com/gitlab-org/gitlab-docs' target='_blank' class="text-dark font-weight-bold px-2 text-decoration-none">Charts</a>
+ <a href='https://gitlab.com/gitlab-org/charts/gitlab' target='_blank' class="text-dark font-weight-bold px-2 text-decoration-none">Charts</a>
</li>
</ul>
</div>