From bf20a7d6404e92efed07f81b4ffd3eab406d2526 Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Thu, 30 Nov 2017 15:59:37 -0600 Subject: [PATCH] [docs] Fixed outdated link with archive.is The listed link is directing to an empty page, at least content-wise. I found the same page on archive.is and linked to that instead. --- src/test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/README.md b/src/test/README.md index dbaa9c27f3ae4..01da32109b168 100644 --- a/src/test/README.md +++ b/src/test/README.md @@ -52,4 +52,4 @@ examine `uint256_tests.cpp`. For further reading, I found the following website to be helpful in explaining how the boost unit test framework works: -[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/). +[http://www.alittlemadness.com/2009/03/31/c-unit-testing-with-boosttest/](http://archive.is/dRBGf).