diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-11-11 16:49:16 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-11-11 16:49:16 +0200 |
commit | f5f9ef85fb5bbce3d1c9592e7c6426201050ad17 (patch) | |
tree | 70f4eb29ed0282cd9baea5a37817dfa3152f91ce | |
parent | 46476752ecd20243864d5774bba72474b1c435cd (diff) | |
download | gitlab-ce-ci-docs.tar.gz |
Move markdown link to the bottomci-docs
-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/ |