diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-07 13:16:19 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-10-07 13:16:19 +0200 |
commit | 7dcbf350197de169f3ca85b730c852e14c8feaa2 (patch) | |
tree | f991ac2c8e15be2fae27de3832cc77f646926944 /app/views/shared | |
parent | 70004f4ef6160e788e6a600b9da06608c8559aa2 (diff) | |
download | gitlab-ce-7dcbf350197de169f3ca85b730c852e14c8feaa2.tar.gz |
Replace www.gitlab.com with about.gitlab.com
Diffstat (limited to 'app/views/shared')
-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 5675e43b05f..3400c345c4c 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -1,5 +1,5 @@ .gitlab-promo - = link_to "Homepage", "https://www.gitlab.com/" - = link_to "Blog", "https://www.gitlab.com/blog/" + = link_to 'Homepage', promo_url + = link_to "Blog", promo_url + '/blog/' = link_to "@gitlabhq", "https://twitter.com/gitlabhq" = link_to "Requests", "http://feedback.gitlab.com/" |