From a56ed2a2dc44e3de3ddbba28ba30e1ec655d318e Mon Sep 17 00:00:00 2001 From: Colin Kennedy Date: Tue, 28 May 2024 05:12:29 -0400 Subject: [PATCH] Fix QuickCheck Testing for Fun and Profit link to archive.org (#793) --- testing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/README.md b/testing/README.md index cbb453e..613f886 100644 --- a/testing/README.md +++ b/testing/README.md @@ -4,6 +4,6 @@ [QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs](http://www.cs.tufts.edu/~nr/cs257/archive/john-hughes/quick.pdf) -[QuickCheck Testing for Fun and Profit](http://people.inf.elte.hu/center/fulltext.pdf) +[QuickCheck Testing for Fun and Profit](https://web.archive.org/web/20230912215719/http://people.inf.elte.hu/center/fulltext.pdf) Property-Based Testing, best explained in John Hughes own talk at [Testing the Hard Stuff and Staying Sane](https://www.youtube.com/watch?v=zi0rHwfiX1Q&list=PLZdCLR02grLp__wRg5OTavVj4wefg69hM).