diff options
author | Tim Shimmin <TimothyShimmin@users.noreply.github.com> | 2017-11-30 15:59:37 -0600 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-12-01 15:26:53 +0100 |
commit | bf20a7d6404e92efed07f81b4ffd3eab406d2526 (patch) | |
tree | 8d9536eac1a4323aea99471ad64ed008a9290be5 /src/test | |
parent | 9e38d357447eb8bcc17d4438bc9f4f3a34fac308 (diff) |
[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.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/README.md b/src/test/README.md index dbaa9c27f3..01da32109b 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). |