From 8f049a120c264fe9cd0ee9a8e5bbb3a387c097d7 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 22 Jul 2014 17:17:14 -0500 Subject: [PATCH] Correct example links in hdkeychain READEME.md. --- hdkeychain/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdkeychain/README.md b/hdkeychain/README.md index 52a4a90..7eb6fdb 100644 --- a/hdkeychain/README.md +++ b/hdkeychain/README.md @@ -61,11 +61,11 @@ $ 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--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] - (http://godoc.org/github.com/conformal/btcutil/hdkeychain#example--audits) + (http://godoc.org/github.com/conformal/btcutil/hdkeychain#example-package--Audits) Demonstrates the audits use case in BIP0032. ## License