Example link godoc web don't match local godoc.

This commit is contained in:
Dave Collins 2014-07-08 10:05:58 -05:00
parent 1c877b33ea
commit d9ee066af6

View file

@ -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.