diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-03 19:38:30 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-03-03 19:38:30 +0200 |
commit | 6d712928308746c7ec16d20e4b14b8462d6f9bf1 (patch) | |
tree | 39cfc70173780678d4bafc7e6224f91d1590d3cc | |
parent | 03920b96d01ea4f5267c7ccd1aa036eab17d62b4 (diff) | |
parent | 2135da1466b02f903b03b3dd3fb1c85b59d309ec (diff) | |
download | gitlab-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.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..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" |