diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-08-02 01:30:35 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-08-02 01:30:35 +0000 |
commit | fa7217f3c59cfcc5815524b0415e881e1f9eda62 (patch) | |
tree | 14f37b8fbe6171302180e6e5ccd06c407152e0ec /doc/ci | |
parent | c009f620173df2bcce43670c61dfaaa845719ebe (diff) | |
download | gitlab-ce-fa7217f3c59cfcc5815524b0415e881e1f9eda62.tar.gz |
fix runner install link
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/quick_start/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 7fa1a478f34..6a3c416d995 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -233,7 +233,7 @@ Awesome! You started using CI in GitLab! Visit the [examples README][examples] to see a list of examples using GitLab CI with various languages. -[runner-install]: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master#installation +[runner-install]: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master#install-gitlab-runner [blog-ci]: https://about.gitlab.com/2015/05/06/why-were-replacing-gitlab-ci-jobs-with-gitlab-ci-dot-yml/ [examples]: ../examples/README.md [ci]: https://about.gitlab.com/gitlab-ci/ |