From a36fbe9ade7ec311cf2e1d3a3871e1e7507ba7e1 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 22 Jul 2014 17:18:15 -0500 Subject: [PATCH] Correct DefaultWalletLayout example link. --- hdkeychain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdkeychain/README.md b/hdkeychain/README.md index 7eb6fdb..2c22b24 100644 --- a/hdkeychain/README.md +++ b/hdkeychain/README.md @@ -61,7 +61,7 @@ $ go get github.com/conformal/btcutil/hdkeychain Demonstrates how to generate a cryptographically random seed then use it to create a new master node (extended key). * [Default Wallet Layout Example] - (http://godoc.org/github.com/conformal/btcutil/hdkeychain##example-package--DefaultWalletLayout) + (http://godoc.org/github.com/conformal/btcutil/hdkeychain#example-package--DefaultWalletLayout) Demonstrates the default hierarchical deterministic wallet layout as described in BIP0032. * [Audits Use Case Example]