From a942799999d1088caeecf64205427c56444035f3 Mon Sep 17 00:00:00 2001 From: Jasper Date: Mon, 16 Apr 2018 06:38:35 +0200 Subject: [PATCH] Update README.md Use internet archive for old conformal blog entry link. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index c00d295e7a..cb6517b186 100644 --- a/docs/README.md +++ b/docs/README.md @@ -47,7 +47,7 @@ transactions based on miner requirements ("standard" transactions). One key difference between btcd and Bitcoin Core is that btcd does *NOT* include wallet functionality and this was a very intentional design decision. See the -blog entry [here](https://blog.conformal.com/btcd-not-your-moms-bitcoin-daemon) +blog entry [here](https://web.archive.org/web/20171125143919/https://blog.conformal.com/btcd-not-your-moms-bitcoin-daemon) for more details. This means you can't actually make or receive payments directly with btcd. That functionality is provided by the [btcwallet](https://github.com/btcsuite/btcwallet) and