From c28c6e7636124770c3d8ea4f2699718f86e87e90 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sat, 5 Oct 2013 02:51:12 -0500 Subject: [PATCH] Correct blog link in README.md. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d54c959f..9801b57c 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,10 @@ transactions). One key difference between btcd and bitcoind is that btcd does *NOT* include wallet functionality and this was a very intentional design decision. See the -blog entry at https://blog.conformal.com/btcd-finally for more details. This -means you can't actually make or receive payments directly with btcd. That -functionality will be provided by the forthcoming btcwallet and btcgui. +blog entry [here](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 will be provided by the forthcoming +btcwallet and btcgui. ## Installation