diff options
| author | Kamil Trzciński <ayufan@ayufan.eu> | 2015-07-20 09:19:51 +0000 |
|---|---|---|
| committer | Kamil Trzciński <ayufan@ayufan.eu> | 2015-07-20 09:19:51 +0000 |
| commit | a7de1f3dfb8e0fd4127d62a483acd6921c7bc221 (patch) | |
| tree | 63983b4458776f4583ccdddc169bf5ea3df53a12 | |
| parent | 44dc1d6d32bd8445d9c66a1c21dc321b9a56b6ff (diff) | |
| parent | 31d85ae7744f7e7cf4bb7fdb530a43030144a7f5 (diff) | |
| download | gitlab-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.haml | 2 |
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 |
