summaryrefslogtreecommitdiff
path: root/docs/intro/contributing.txt
diff options
context:
space:
mode:
authorza <za@users.noreply.github.com>2018-10-23 16:55:18 +0700
committerCarlton Gibson <carlton.gibson@noumenal.es>2018-10-23 11:56:41 +0200
commitfbd95ce9bb6dc7cd3bd24b9d95ea6350d2e02bf7 (patch)
tree2cf1599f29fe65552659b159962b465ed62a172a /docs/intro/contributing.txt
parent54732e2891e0fb92e6fa8c266522282e46d3a60a (diff)
[2.1.x] Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.
Backport of b0d716cbffdd66dd9108895d0524bef2530fc732 from master
Diffstat (limited to 'docs/intro/contributing.txt')
-rw-r--r--docs/intro/contributing.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index 0947368e09..587d5114f7 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -43,7 +43,7 @@ so that it can be of use to the widest audience.
to |django-developers| or drop by `#django-dev on irc.freenode.net`__ to
chat with other Django users who might be able to help.
-__ http://www.diveintopython3.net/
+__ http://www.diveinto.org/python3/
__ irc://irc.freenode.net/django-dev
What does this tutorial cover?
@@ -333,7 +333,7 @@ This test checks that the ``make_toast()`` returns ``'toast'``.
* After reading those, if you want something a little meatier to sink
your teeth into, there's always the Python :mod:`unittest` documentation.
-__ http://www.diveintopython3.net/unit-testing.html
+__ http://www.diveinto.org/python3/unit-testing.html
Running your new test
---------------------