summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorMichiel Beijen <michiel.beijen@gmail.com>2017-05-20 15:32:35 +0200
committerTim Graham <timograham@gmail.com>2017-05-20 21:46:18 -0400
commitec24108008b05b582c651e339cb55def6a655b8b (patch)
tree61f1d0c7e7e3ae609bc74fb26a106ceffb0e1a64 /docs/intro
parentf2b8fa1763116a9b8fbe7791a4b009c95cf8c0b1 (diff)
[1.11.x] Pointed Dive into Python links to python3 site
Backport of 48028c6f9a22742ff05da79822f5e3385d1b4c4c from master
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 703847eebb..2526faf998 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
---------------------