summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-03 19:38:30 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-03 19:38:30 +0200
commit6d712928308746c7ec16d20e4b14b8462d6f9bf1 (patch)
tree39cfc70173780678d4bafc7e6224f91d1590d3cc
parent03920b96d01ea4f5267c7ccd1aa036eab17d62b4 (diff)
parent2135da1466b02f903b03b3dd3fb1c85b59d309ec (diff)
downloadgitlab-ce-6d712928308746c7ec16d20e4b14b8462d6f9bf1.tar.gz
Merge pull request #6453 from gitlabhq/link-to-dot-com
Link to consolidated website with https links. Fixes #6017
-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..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", "http://gitlab.org"
- = link_to "Blog", "http://blog.gitlab.org"
+ = link_to "Homepage", "https://www.gitlab.com/"
+ = link_to "Blog", "https://www.gitlab.com/blog/"
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"