summaryrefslogtreecommitdiff
path: root/doc/ci/quick_start/README.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2016-03-10 08:13:11 -0800
committerSytse Sijbrandij <sytse@gitlab.com>2016-03-10 08:13:11 -0800
commitfd49f1b0d3eca1a226df1552e11848d1d1c92f2f (patch)
tree8e8e411d0786ced2d759fdb2e78e077a617babdb /doc/ci/quick_start/README.md
parent3d4063efa1008d14fb35101916da70aa896887ed (diff)
downloadgitlab-ce-fd49f1b0d3eca1a226df1552e11848d1d1c92f2f.tar.gz
Reduce example documentation.reduce-example-duplication
Diffstat (limited to 'doc/ci/quick_start/README.md')
-rw-r--r--doc/ci/quick_start/README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md
index 624d9899c79..9aba4326e11 100644
--- a/doc/ci/quick_start/README.md
+++ b/doc/ci/quick_start/README.md
@@ -223,20 +223,13 @@ You can access a builds badge image using following link:
http://example.gitlab.com/namespace/project/badges/branch/build.svg
```
+Awesome! You started using CI in GitLab!
+
## Examples
Visit the [examples README][examples] to see a list of examples using GitLab
CI with various languages.
-## Next steps
-
-Awesome! You started using CI in GitLab!
-
-Next you can look into doing more with the CI. Many people are using GitLab
-to package, containerize, test and deploy software.
-
-Visit our various languages examples at <https://gitlab.com/groups/gitlab-examples>.
-
[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/
[examples]: ../examples/README.md