diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py index 02656434f4ac07..291b3f7972950e 100644 --- a/Lib/test/datetimetester.py +++ b/Lib/test/datetimetester.py @@ -1,6 +1,6 @@ """Test date/time type. -See https://www.zope.dev/Members/fdrake/DateTimeWiki/TestCases +See https://web.archive.org/web/20050205022813/https://www.zope.org/Members/fdrake/DateTimeWiki/TestCases """ import bisect import copy diff --git a/Modules/_datetimemodule.c b/Modules/_datetimemodule.c index f6e6ba4e8eb297..a6af87040c70f2 100644 --- a/Modules/_datetimemodule.c +++ b/Modules/_datetimemodule.c @@ -1,5 +1,5 @@ /* C implementation for the date/time type documented at - * https://www.zope.dev/Members/fdrake/DateTimeWiki/FrontPage + * https://web.archive.org/web/20060504021923/http://www.zope.org/Members/fdrake/DateTimeWiki/FrontPage */ /* bpo-35081: Defining this prevents including the C API capsule;