diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-08 10:26:46 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-05-08 10:26:46 +0000 |
commit | b1837eef4ba610c4257ec691df0adc82deccf663 (patch) | |
tree | bdb81529bbe0c7faf03aef7baf55b4bcb5a0381c /doc/ci/examples/README.md | |
parent | c8ce50cc2c6602122571f0f05310f3074aa2fd11 (diff) | |
parent | dd4fe8e9bbdd1f9874f20fbbd481bf56158f4f0c (diff) | |
download | gitlab-ce-b1837eef4ba610c4257ec691df0adc82deccf663.tar.gz |
Merge branch 'update-doc-ci-examples' into 'master'
Update CI example docs.
Docs for CI examples are updated as follows:
- Fix a dead link from CI example top to `dpl`
- Specify Django for a Python project, not Rails
- Use the latest Python Docker image as [Heroku supports only Python 3.5.1 (and 2.7.11)](https://devcenter.heroku.com/articles/python-support)
- Show the latest Docker Hub URL links.
See merge request !4082
Diffstat (limited to 'doc/ci/examples/README.md')
-rw-r--r-- | doc/ci/examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/README.md b/doc/ci/examples/README.md index cc059dc4376..31760d872b2 100644 --- a/doc/ci/examples/README.md +++ b/doc/ci/examples/README.md @@ -4,7 +4,7 @@ - [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) -- [Using `dpl` as deployment tool](deployment/README.md) +- [Using `dpl` as deployment tool](../deployment/README.md) - Help your favorite programming language and GitLab by sending a merge request with a guide for that language. |