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-03 12:28:28 +0400
committerdosire <sytses@gmail.com>2014-03-03 12:28:28 +0400
commit2135da1466b02f903b03b3dd3fb1c85b59d309ec (patch)
treebda28687050b100f5a2667b949036f8ef0956d50 /app/views/shared/_promo.html.haml
parentc3d55039842bd4a11ff48f10eb813bc6776afb55 (diff)
Also make the blog https.
Diffstat (limited to 'app/views/shared/_promo.html.haml')
-rw-r--r--app/views/shared/_promo.html.haml2
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"