diff options
Diffstat (limited to 'doc/ci/quick_start/README.md')
-rw-r--r-- | doc/ci/quick_start/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index bb773f82510..74626c8f8a4 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -41,7 +41,7 @@ Because `.gitlab-ci.yml` is in the repository, it is version controlled, old versions still build succesfully, forks can easily make use of CI, branches can have separate builds and you have a single source of truth for CI. You can read more about the reasons why we are using `.gitlab-ci.yml` -[in our blog about it](https://about.gitlab.com/2015/05/06/why-were-replacing-gitlab-ci-jobs-with-gitlab-ci-dot-yml/). +[in our blog about it][blog-ci]. `.gitlab-ci.yml` is a [YAML](https://en.wikipedia.org/wiki/YAML) file. @@ -192,3 +192,4 @@ to package, containerize, test and deploy software. We have a number of [examples](../examples/README.md) available. [runner-install]: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/tree/master#installation +[blog-ci]: https://about.gitlab.com/2015/05/06/why-were-replacing-gitlab-ci-jobs-with-gitlab-ci-dot-yml/ |