Commit 6d712928308746c7ec16d20e4b14b8462d6f9bf1
Exists in
spb-stable
and in
3 other branches
Merge pull request #6453 from gitlabhq/link-to-dot-com
Link to consolidated website with https links. Fixes #6017
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/shared/_promo.html.haml
1 | .gitlab-promo | 1 | .gitlab-promo |
2 | - = link_to "Homepage", "http://gitlab.org" | ||
3 | - = link_to "Blog", "http://blog.gitlab.org" | 2 | + = link_to "Homepage", "https://www.gitlab.com/" |
3 | + = link_to "Blog", "https://www.gitlab.com/blog/" | ||
4 | = link_to "@gitlabhq", "https://twitter.com/gitlabhq" | 4 | = link_to "@gitlabhq", "https://twitter.com/gitlabhq" |