From: R David Murray Date: Sat, 4 Jul 2015 19:44:14 +0000 (-0400) Subject: #24584: replace dead link with pointer to archive.org. X-Git-Tag: v3.5.0b3~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1005ed1aa6a4aa749aadaac090189ffcef587c3;p=thirdparty%2FPython%2Fcpython.git #24584: replace dead link with pointer to archive.org. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index bdb18bc41fa3..e7e3262f9e16 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 `_ + `Simple Smalltalk Testing: With Patterns `_ Kent Beck's original paper on testing frameworks using the pattern shared by :mod:`unittest`.