diff options
author | dosire <sytses@gmail.com> | 2014-03-03 09:28:28 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-03-03 09:28:28 +0100 |
commit | 2135da1466b02f903b03b3dd3fb1c85b59d309ec (patch) | |
tree | bda28687050b100f5a2667b949036f8ef0956d50 /app/views/shared/_promo.html.haml | |
parent | c3d55039842bd4a11ff48f10eb813bc6776afb55 (diff) | |
download | gitlab-ce-2135da1466b02f903b03b3dd3fb1c85b59d309ec.tar.gz |
Also make the blog https.
Diffstat (limited to 'app/views/shared/_promo.html.haml')
-rw-r--r-- | app/views/shared/_promo.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index 8e7a940f067..7dec48e6585 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -1,4 +1,4 @@ .gitlab-promo = link_to "Homepage", "https://www.gitlab.com/" - = link_to "Blog", "http://www.gitlab.com/blog/" + = link_to "Blog", "https://www.gitlab.com/blog/" = link_to "@gitlabhq", "https://twitter.com/gitlabhq" |