From c3d55039842bd4a11ff48f10eb813bc6776afb55 Mon Sep 17 00:00:00 2001 From: dosire Date: Sun, 2 Mar 2014 18:03:37 +0100 Subject: [PATCH] Link to consolidated website with https links. Fixes #6017 --- app/views/shared/_promo.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index c97f8ba..8e7a940 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" -- libgit2 0.21.2