diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-02-24 19:02:46 -0800 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-02-24 19:02:46 -0800 |
commit | ff04c40e456c796a0653ebbdf1fa8ecd2d10ad56 (patch) | |
tree | 4381c0ceb79b212d93b019305b3f3f4c08a73830 | |
parent | 6fcc7bd7e41c4bbd96c33add994247400503f546 (diff) | |
download | gitlab-ci-ff04c40e456c796a0653ebbdf1fa8ecd2d10ad56.tar.gz |
Link to runner section instead of repo.
-rw-r--r-- | app/views/runners/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/shared/_no_runners.html.haml | 2 | ||||
-rw-r--r-- | doc/install/installation.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/runners/index.html.haml b/app/views/runners/index.html.haml index 6854f09..8612bb8 100644 --- a/app/views/runners/index.html.haml +++ b/app/views/runners/index.html.haml @@ -10,7 +10,7 @@ %ol %li Install GitLab Runner software. - Checkout #{link_to 'runner repository', 'https://gitlab.com/gitlab-org/gitlab-ci-runner/blob/master/README.md', target: '_blank'} to find out how install one + Checkout the #{link_to 'GitLab Runner section', 'https://about.gitlab.com/gitlab-ci/#gitlab-runner', target: '_blank'} to install it %li Use the following registration token during setup: diff --git a/app/views/shared/_no_runners.html.haml b/app/views/shared/_no_runners.html.haml index 57b5926..f56c37d 100644 --- a/app/views/shared/_no_runners.html.haml +++ b/app/views/shared/_no_runners.html.haml @@ -2,6 +2,6 @@ %p Now you need Runners to process your builds. %span - Checkout #{link_to 'runner repository', 'https://gitlab.com/gitlab-org/gitlab-ci-runner/blob/master/README.md', target: '_blank'} to find out how install one + Checkout the #{link_to 'GitLab Runner section', 'https://about.gitlab.com/gitlab-ci/#gitlab-runner', target: '_blank'} to install it diff --git a/doc/install/installation.md b/doc/install/installation.md index 1876857..6a0c14b 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -222,7 +222,7 @@ production: Now you need Runners to process your builds. -Checkout [runner repository](https://gitlab.com/gitlab-org/gitlab-ci-runner/blob/master/README.md) for setup info. +Checkout the #{link_to 'GitLab Runner section', 'https://about.gitlab.com/gitlab-ci/#gitlab-runner', target: '_blank'} to install it # Done! |