diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2015-11-03 14:01:27 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2015-11-03 14:01:27 +0900 |
commit | f61aa9acdc54306f22bbf4209bdae75b35d7df0c (patch) | |
tree | 60e032820df534664ec50be79fda455c972e1e3e /doc/ci/examples/README.md | |
parent | 5782217bfce973b0a654e32b6318cb82d0b4e066 (diff) | |
download | gitlab-ce-f61aa9acdc54306f22bbf4209bdae75b35d7df0c.tar.gz |
Update links in CI docs after GitLab 8.1
Diffstat (limited to 'doc/ci/examples/README.md')
-rw-r--r-- | doc/ci/examples/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index c8122fc63b3..1cf41aea391 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -1,5 +1,5 @@ # Build script examples -+ [Test and deploy Ruby applications to Heroku](test-and-deploy-ruby-application-to-heroku.md) -+ [Test and deploy Python applications to Heroku](test-and-deploy-python-application-to-heroku.md) -+ [Test Clojure applications](test-clojure-application.md) ++ [Test and deploy a Ruby application to Heroku](test-and-deploy-ruby-application-to-heroku.md) ++ [Test and deploy a Python application to Heroku](test-and-deploy-python-application-to-heroku.md) ++ [Test a Clojure application](test-clojure-application.md) |