#24548: replace dead link with pointer to archive.org.
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index bc3046a..a082200 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -83,7 +83,7 @@
discovery. unittest2 allows you to use these features with earlier
versions of Python.
- `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`.