diff options
-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 1be6d6c..82d1317 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! |