summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2015-07-20 09:19:51 +0000
committerKamil Trzciński <ayufan@ayufan.eu>2015-07-20 09:19:51 +0000
commita7de1f3dfb8e0fd4127d62a483acd6921c7bc221 (patch)
tree63983b4458776f4583ccdddc169bf5ea3df53a12
parent44dc1d6d32bd8445d9c66a1c21dc321b9a56b6ff (diff)
parent31d85ae7744f7e7cf4bb7fdb530a43030144a7f5 (diff)
downloadgitlab-ci-a7de1f3dfb8e0fd4127d62a483acd6921c7bc221.tar.gz
Merge branch 'fix-gitlab-ci-url' into 'master'
Point to correct GitLab CI url. See merge request !202
-rw-r--r--app/views/helps/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helps/show.html.haml b/app/views/helps/show.html.haml
index 9cb0238..9cc7dde 100644
--- a/app/views/helps/show.html.haml
+++ b/app/views/helps/show.html.haml
@@ -8,7 +8,7 @@
%br
Login with your GitLab account, add a project with one click and enjoy running your tests.
%br
- Read more about GitLab CI at #{link_to "gitlab.org", "http://gitlab.org/gitlab-ci/", target: "_blank"}.
+ Read more about GitLab CI at #{link_to "about.gitlab.com/gitlab-ci", "https://about.gitlab.com/gitlab-ci/", target: "_blank"}.
.bs-callout.bs-callout-success