diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-02 13:44:30 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-02 13:44:30 +0000 |
commit | c2288b1e16554eee712f4af8f8b2c855312d50c6 (patch) | |
tree | c3011a86148cef89b9e836c999d7c767b2769868 | |
parent | fa9bcf9744d6a99148f5af9137d1b11034a07317 (diff) | |
parent | fa7217f3c59cfcc5815524b0415e881e1f9eda62 (diff) | |
download | gitlab-ce-c2288b1e16554eee712f4af8f8b2c855312d50c6.tar.gz |
Merge branch 'patch-3' into 'master'
fix runner install link
## What does this MR do?
Fix link to GitLab CI Runner installation
## Why was this MR needed?
Link is broken
See merge request !5612
-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/ |