summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorMichiel Beijen <michiel.beijen@gmail.com>2017-05-20 15:32:35 +0200
committerClaude Paroz <claude@2xlibre.net>2017-05-20 15:32:35 +0200
commit48028c6f9a22742ff05da79822f5e3385d1b4c4c (patch)
tree25cfa2eb58245d1fcda4104ce8141aee4a379d6a /docs/intro
parent43c65e0eb003b0eed34eae60a9e2292c00d7e4b6 (diff)
Pointed Dive into Python links to python3 site
The old site handles python2, and is thus no longer relevant for Django. Also I pointed the search path links to the proper sections.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/contributing.txt b/docs/intro/contributing.txt
index a7434c48d4..7824cdbe84 100644
--- a/docs/intro/contributing.txt
+++ b/docs/intro/contributing.txt
@@ -396,7 +396,7 @@ that passing a ``prefix`` parameter when creating an instance still works too.
* 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.diveintopython.net/unit_testing/index.html
+__ http://www.diveintopython3.net/unit-testing.html
Running your new test
---------------------