From 86c55106a0fb00533299efb96ba72ac91efc4276 Mon Sep 17 00:00:00 2001 From: Robert Schilling Date: Mon, 1 Dec 2014 17:45:25 +0100 Subject: Change twitter handle from gitlabhq -> gitlab --- app/views/shared/_promo.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_promo.html.haml b/app/views/shared/_promo.html.haml index 3400c345c4c..3596aabe309 100644 --- a/app/views/shared/_promo.html.haml +++ b/app/views/shared/_promo.html.haml @@ -1,5 +1,5 @@ .gitlab-promo = link_to 'Homepage', promo_url = link_to "Blog", promo_url + '/blog/' - = link_to "@gitlabhq", "https://twitter.com/gitlabhq" + = link_to "@gitlab", "https://twitter.com/gitlab" = link_to "Requests", "http://feedback.gitlab.com/" -- cgit v1.2.1