summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2015-07-04 19:45:41 (GMT)
committerR David Murray <rdmurray@bitdance.com>2015-07-04 19:45:41 (GMT)
commitac4f550bfcae297013f73088d85451dccd96a49a (patch)
tree7ab15c10bbdeb6dc92a6acf52c5047e15d796089 /Doc/library
parent06606e716540d6607a0a5496ab9d81f0ee646247 (diff)
parenta1005ed1aa6a4aa749aadaac090189ffcef587c3 (diff)
downloadcpython-ac4f550bfcae297013f73088d85451dccd96a49a.zip
cpython-ac4f550bfcae297013f73088d85451dccd96a49a.tar.gz
cpython-ac4f550bfcae297013f73088d85451dccd96a49a.tar.bz2
Merge: #24584: replace dead link with pointer to archive.org.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 70f99a0..cfce019 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -47,7 +47,7 @@ test runner
Module :mod:`doctest`
Another test-support module with a very different flavor.
- `Simple Smalltalk Testing: With Patterns <http://www.XProgramming.com/testfram.htm>`_
+ `Simple Smalltalk Testing: With Patterns <https://web.archive.org/web/20150315073817/http://www.xprogramming.com/testfram.htm>`_
Kent Beck's original paper on testing frameworks using the pattern shared
by :mod:`unittest`.