]> granicus.if.org Git - python/commitdiff
#24584: replace dead link with pointer to archive.org.
authorR David Murray <rdmurray@bitdance.com>
Sat, 4 Jul 2015 19:44:14 +0000 (15:44 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 4 Jul 2015 19:44:14 +0000 (15:44 -0400)
Doc/library/unittest.rst

index bdb18bc41fa351f9fc6b2400716962fa7fcb207b..e7e3262f9e160f1b49cc363a2c1afe687ee96509 100644 (file)
@@ -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`.