summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pundsack <markpundsack@users.noreply.github.com>2016-06-20 15:12:04 -0700
committerMark Pundsack <markpundsack@users.noreply.github.com>2016-06-20 15:12:04 -0700
commit0582c085554a8649f3c9daa0dde611e3a851db3e (patch)
tree3baf7ac401c95aaeb0f2d975ef638c00b4d47eed
parenta03cadcdbf3024ec59234a07a9b87884de5cc7dc (diff)
downloadgitlab-ce-0582c085554a8649f3c9daa0dde611e3a851db3e.tar.gz
Add 'and builds'
-rw-r--r--doc/ci/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/README.md b/doc/ci/README.md
index f8d02af31ab..3dd4e2bc230 100644
--- a/doc/ci/README.md
+++ b/doc/ci/README.md
@@ -5,7 +5,7 @@
- [Get started with GitLab CI](quick_start/README.md)
- [CI examples for various languages](examples/README.md)
- [Learn how to enable or disable GitLab CI](enable_or_disable_ci.md)
-- [Pipelines](pipelines.md)
+- [Pipelines and builds](pipelines.md)
- [Environments and deployments](environments.md)
- [Learn how `.gitlab-ci.yml` works](yaml/README.md)
- [Configure a Runner, the application that runs your builds](runners/README.md)