summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-10-07 13:16:19 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-10-07 13:16:19 +0200
commit7dcbf350197de169f3ca85b730c852e14c8feaa2 (patch)
treef991ac2c8e15be2fae27de3832cc77f646926944 /app/views/help
parent70004f4ef6160e788e6a600b9da06608c8559aa2 (diff)
downloadgitlab-ce-7dcbf350197de169f3ca85b730c852e14c8feaa2.tar.gz
Replace www.gitlab.com with about.gitlab.com
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 903e093e5fc..7b8193abfdf 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -14,7 +14,7 @@
%br
Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
%br
- Read more about GitLab at #{link_to "www.gitlab.com", "https://www.gitlab.com/", target: "_blank"}.
+ Read more about GitLab at #{link_to promo_host, promo_url, target: '_blank'}.
%hr
@@ -34,7 +34,7 @@
%ul.well-list
%li
See our website for
- = link_to "getting help", "https://www.gitlab.com/getting-help/"
+ = link_to 'getting help', promo_url + '/getting-help/'
%li
Use the
= link_to 'search bar', '#', onclick: 'Shortcuts.focusSearch(event)'