diff --git a/README.md b/README.md index 8b675b0a41..d45425c9a4 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ import ( "log" "github.com/btcsuite/btcutil" - "github.com/conformal/btcnet" + "github.com/btcsuite/btcnet" ) var testnet = flag.Bool("testnet", false, "operate on the testnet Bitcoin network") @@ -60,20 +60,20 @@ func main() { ## Documentation [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] -(http://godoc.org/github.com/conformal/btcnet) +(http://godoc.org/github.com/btcsuite/btcnet) Full `go doc` style documentation for the project can be viewed online without installing this package by using the GoDoc site -[here](http://godoc.org/github.com/conformal/btcnet). +[here](http://godoc.org/github.com/btcsuite/btcnet). You can also view the documentation locally once the package is installed with the `godoc` tool by running `godoc -http=":6060"` and pointing your browser to -http://localhost:6060/pkg/github.com/conformal/btcnet +http://localhost:6060/pkg/github.com/btcsuite/btcnet ## Installation ```bash -$ go get github.com/conformal/btcnet +$ go get github.com/btcsuite/btcnet ``` ## GPG Verification Key diff --git a/doc.go b/doc.go index 7fd4a07934..39ec53b820 100644 --- a/doc.go +++ b/doc.go @@ -28,7 +28,7 @@ // "log" // // "github.com/btcsuite/btcutil" -// "github.com/conformal/btcnet" +// "github.com/btcsuite/btcnet" // ) // // var testnet = flag.Bool("testnet", false, "operate on the testnet Bitcoin network") diff --git a/genesis_test.go b/genesis_test.go index cb4294e84b..bf060d69bd 100644 --- a/genesis_test.go +++ b/genesis_test.go @@ -8,7 +8,7 @@ import ( "bytes" "testing" - "github.com/conformal/btcnet" + "github.com/btcsuite/btcnet" "github.com/davecgh/go-spew/spew" ) diff --git a/register_test.go b/register_test.go index b3e57a9a36..2d7426209a 100644 --- a/register_test.go +++ b/register_test.go @@ -5,7 +5,7 @@ import ( "reflect" "testing" - . "github.com/conformal/btcnet" + . "github.com/btcsuite/btcnet" ) // Define some of the required parameters for a user-registered