The resource on the Boost unit test framework previously linked to in src/test/README.md was a stale URL.
~Instead of deleting it, I've replaced it with an alternative resource on the framework on boost.org.~
The resource on the Boost unit test framework previously linked to in src/test/README.md was a stale URL.
~Instead of deleting it, I've replaced it with an alternative resource on the framework on boost.org.~
Good catch. I'd slightly favor removing this completely, to adding another link (to a specific boost version) that might go stale as well.
Makes sense. Probably want to avoid URLs completely in all the docs?
ACK 7e5d4b3e004b0ace8abb5a024aee72ca67f568ee modulo squash
ACK after squash, this should be one commit (see https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits ).
Makes sense. Probably want to avoid URLs completely in all the docs?
I don't think we'd want to be that drastic. Links can be very useful, especially if it explains something non-trivial. But this specific case is simply a link to a random blog post about boost test, nothing a search query can't address.
@michaelfolkson The latest commit 41d484d5c88f057e75cfdd8b88587b9a12a61744 seems a bit wrong. Could you verify?
Ah, delete instead of replace.
ACK 41d484d5c88f057e75cfdd8b88587b9a12a61744.
I'm sure anyone can find good documentation.
ACK 41d484d5c88f057e75cfdd8b88587b9a12a61744, the removed link is really obsolete.
ACK 41d484d5c88f057e75cfdd8b88587b9a12a61744 - Thanks.