summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-05 07:28:04 -0400
committerTim Graham <timograham@gmail.com>2014-08-05 07:28:54 -0400
commit0014d5b3055ea7a01c1268bd0bcac50ff31c50f8 (patch)
tree95193f2a15ee9db1fc97cc436ec2f9c5713eeb61 /docs
parentd679672a3954745159426a41ef1fdc959624b367 (diff)
[1.7.x] Updated links for continous integration server.
Backport of 21d0ceefb5 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt2
-rw-r--r--docs/intro/contributing.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index b5d27fec71..dc70aa3a95 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -133,7 +133,7 @@ OK, this is the fun part, where we actually push out a release!
#. Check `Jenkins`__ is green for the version(s) you're putting out. You
probably shouldn't issue a release until it's green.
- __ http://ci.djangoproject.com
+ __ http://djangoci.com
#. A release always begins from a release branch, so you should make sure
you're on a stable branch and up-to-date. For example::
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index 2e828de40d..b1fb7b0ef6 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -189,7 +189,7 @@ present in Django's official builds. If you click to view a particular build,
you can view the "Configuration Matrix" which shows failures broken down by
Python version and database backend.
-__ http://ci.djangoproject.com/
+__ http://djangoci.com
.. note::