summaryrefslogtreecommitdiff
path: root/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2015-11-03 14:01:27 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2015-11-03 14:01:27 +0900
commitf61aa9acdc54306f22bbf4209bdae75b35d7df0c (patch)
tree60e032820df534664ec50be79fda455c972e1e3e /doc/ci/examples/test-and-deploy-python-application-to-heroku.md
parent5782217bfce973b0a654e32b6318cb82d0b4e066 (diff)
downloadgitlab-ce-f61aa9acdc54306f22bbf4209bdae75b35d7df0c.tar.gz
Update links in CI docs after GitLab 8.1
Diffstat (limited to 'doc/ci/examples/test-and-deploy-python-application-to-heroku.md')
-rw-r--r--doc/ci/examples/test-and-deploy-python-application-to-heroku.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/examples/test-and-deploy-python-application-to-heroku.md b/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
index 036b03dd6b9..a236da53fe9 100644
--- a/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
+++ b/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
@@ -1,7 +1,7 @@
## Test and Deploy a python application
This example will guide you how to run tests in your Python application and deploy it automatically as Heroku application.
-You can checkout the example [source](https://gitlab.com/ayufan/python-getting-started) and check [CI status](https://ci.gitlab.com/projects/4080).
+You can checkout the example [source](https://gitlab.com/ayufan/python-getting-started) and check [CI status](https://gitlab.com/ayufan/python-getting-started/builds?scope=all).
### Configure project
This is what the `.gitlab-ci.yml` file looks like for this project: