From c9ee57d53d2cafda22fe57b3256b1ae2ae3129cb Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 10 Nov 2014 22:12:59 -0600 Subject: [PATCH] Correct walletdb README.md example link. --- walletdb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/walletdb/README.md b/walletdb/README.md index 2f38aff..ca2a78f 100644 --- a/walletdb/README.md +++ b/walletdb/README.md @@ -63,7 +63,7 @@ $ go get github.com/conformal/btcwallet/walletdb ## Examples * [Basic Usage Example] - (http://godoc.org/github.com/conformal/btcwallet/walletdb#example--basicUsage) + (http://godoc.org/github.com/conformal/btcwallet/walletdb#example-package--BasicUsage) Demonstrates creating a new database, getting a namespace from it, and using a managed read-write transaction against the namespace to store and retrieve data.