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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordosire <sytses@gmail.com>2014-03-02 21:03:37 +0400
committerdosire <sytses@gmail.com>2014-03-02 21:03:37 +0400
commitc3d55039842bd4a11ff48f10eb813bc6776afb55 (patch)
tree811e9e2cecf5e35cb6f653adf5b57eb84bd276df /app/views/shared/_promo.html.haml
parenta9dcfd851f80c35522ac844b316af783d0db7e64 (diff)
Link to consolidated website with https links. Fixes #6017
Diffstat (limited to 'app/views/shared/_promo.html.haml')
-rw-r--r--app/views/shared/_promo.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml
index c97f8ba0f0e..8e7a940f067 100644
--- a/app/views/shared/_promo.html.haml
+++ b/app/views/shared/_promo.html.haml
@@ -1,4 +1,4 @@
.gitlab-promo
- = link_to "Homepage", "http://gitlab.org"
- = link_to "Blog", "http://blog.gitlab.org"
+ = link_to "Homepage", "https://www.gitlab.com/"
+ = link_to "Blog", "http://www.gitlab.com/blog/"
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"