diff options
author | dosire <sytses@gmail.com> | 2014-03-02 18:03:37 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-03-02 18:03:37 +0100 |
commit | c3d55039842bd4a11ff48f10eb813bc6776afb55 (patch) | |
tree | 811e9e2cecf5e35cb6f653adf5b57eb84bd276df | |
parent | a9dcfd851f80c35522ac844b316af783d0db7e64 (diff) | |
download | gitlab-ce-c3d55039842bd4a11ff48f10eb813bc6776afb55.tar.gz |
Link to consolidated website with https links. Fixes #6017
-rw-r--r-- | app/views/shared/_promo.html.haml | 4 |
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" |