diff options
| author | Tim Shimmin <[email protected]> | 2017-11-30 15:59:37 -0600 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-12-01 15:26:53 +0100 |
| commit | bf20a7d6404e92efed07f81b4ffd3eab406d2526 (patch) | |
| tree | 8d9536eac1a4323aea99471ad64ed008a9290be5 /src/test | |
| parent | Merge #10874: [RPC] getblockchaininfo: Loop through the bip9 soft fork deploy... (diff) | |
| download | discoin-bf20a7d6404e92efed07f81b4ffd3eab406d2526.tar.xz discoin-bf20a7d6404e92efed07f81b4ffd3eab406d2526.zip | |
[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 dbaa9c27f..01da32109 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). |