From d9ee066af6941375fa4e51b123786bd3f86f809b Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 8 Jul 2014 10:05:58 -0500 Subject: [PATCH] Example link godoc web don't match local godoc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5a91e52..2258af44 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ go get github.com/conformal/btcdb Demonstrates creating a new database and inserting the genesis block into it. * [NewestSha Example] - (http://godoc.org/github.com/conformal/btcdb#example-Db_newestSha) + (http://godoc.org/github.com/conformal/btcdb#example-Db--NewestSha) Demonstrates querying the database for the most recent best block height and hash.