From 9e3c78724b0dce1e77bab2ef5384fdeee07f66ae Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 29 Feb 2016 14:50:08 +0200 Subject: [PATCH] Link to examples page [ci skip] --- doc/ci/examples/README.md | 2 +- doc/ci/quick_start/README.md | 6 ++++++ doc/ci/yaml/README.md | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index 609b78b4d57..31f29f4a082 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -4,7 +4,7 @@ - [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md) - [Test a Clojure application](test-clojure-application.md) -### Languages +## Languages This is a list of languages you can test with GitLab CI. Each section has comprehensive documentation and comes with a test repository hosted on diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 327c83bef72..5af7be5581e 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -201,6 +201,11 @@ You can access a builds badge image using following link: http://example.gitlab.com/namespace/project/badges/branch/build.svg ``` +## 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! @@ -212,3 +217,4 @@ Visit our various languages examples at