From f80c4d718d1bf047ccea24c6fc7dd5819b41b0a0 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 15 Jan 2015 21:35:16 -0600 Subject: [PATCH] Update btcutil import paths in README.md files. --- README.md | 18 +++++++++--------- base58/README.md | 22 +++++++++++----------- bloom/README.md | 16 ++++++++-------- coinset/README.md | 14 +++++++------- hdkeychain/README.md | 20 ++++++++++---------- 5 files changed, 45 insertions(+), 45 deletions(-) diff --git a/README.md b/README.md index 64d5ef8..e1b8bd2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ btcutil ======= -[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)] -(https://travis-ci.org/conformal/btcutil) [![Coverage Status] -(https://coveralls.io/repos/conformal/btcutil/badge.png?branch=master)] -(https://coveralls.io/r/conformal/btcutil?branch=master) +[![Build Status](https://travis-ci.org/btcsuite/btcutil.png?branch=master)] +(https://travis-ci.org/btcsuite/btcutil) [![Coverage Status] +(https://coveralls.io/repos/btcsuite/btcutil/badge.png?branch=master)] +(https://coveralls.io/r/btcsuite/btcutil?branch=master) Package btcutil provides bitcoin-specific convenience functions and types. A comprehensive suite of tests is provided to ensure proper functionality. See @@ -20,21 +20,21 @@ provided. ## Documentation -[![GoDoc](https://godoc.org/github.com/conformal/btcutil?status.png)] -(http://godoc.org/github.com/conformal/btcutil) +[![GoDoc](https://godoc.org/github.com/btcsuite/btcutil?status.png)] +(http://godoc.org/github.com/btcsuite/btcutil) 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/btcutil +http://godoc.org/github.com/btcsuite/btcutil 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/btcutil +http://localhost:6060/pkg/github.com/btcsuite/btcutil ## Installation ```bash -$ go get github.com/conformal/btcutil +$ go get github.com/btcsuite/btcutil ``` ## GPG Verification Key diff --git a/base58/README.md b/base58/README.md index 1632961..e119315 100644 --- a/base58/README.md +++ b/base58/README.md @@ -1,8 +1,8 @@ base58 ========== -[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)] -(https://travis-ci.org/conformal/btcutil) +[![Build Status](https://travis-ci.org/btcsuite/btcutil.png?branch=master)] +(https://travis-ci.org/btcsuite/btcutil) Package base58 provides an API for encoding and decoding to and from the modified base58 encoding. It also provides an API to do Base58Check encoding, @@ -13,36 +13,36 @@ Package base58 is licensed under the copyfree ISC license. ## Documentation -[![GoDoc](https://godoc.org/github.com/conformal/btcutil/base58?status.png)] -(http://godoc.org/github.com/conformal/btcutil/base58) +[![GoDoc](https://godoc.org/github.com/btcsuite/btcutil/base58?status.png)] +(http://godoc.org/github.com/btcsuite/btcutil/base58) 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/btcutil/base58 +http://godoc.org/github.com/btcsuite/btcutil/base58 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/btcutil/base58 +http://localhost:6060/pkg/github.com/btcsuite/btcutil/base58 ## Installation ```bash -$ go get github.com/conformal/btcutil/base58 +$ go get github.com/btcsuite/btcutil/base58 ``` ## Examples * [Decode Example] - (http://godoc.org/github.com/conformal/btcutil/base58#example-Decode) + (http://godoc.org/github.com/btcsuite/btcutil/base58#example-Decode) Demonstrates how to decode modified base58 encoded data. * [Encode Example] - (http://godoc.org/github.com/conformal/btcutil/base58#example-Encode) + (http://godoc.org/github.com/btcsuite/btcutil/base58#example-Encode) Demonstrates how to encode data using the modified base58 encoding scheme. * [CheckDecode Example] - (http://godoc.org/github.com/conformal/btcutil/base58#example-CheckDecode) + (http://godoc.org/github.com/btcsuite/btcutil/base58#example-CheckDecode) Demonstrates how to decode Base58Check encoded data. * [CheckEncode Example] - (http://godoc.org/github.com/conformal/btcutil/base58#example-CheckEncode) + (http://godoc.org/github.com/btcsuite/btcutil/base58#example-CheckEncode) Demonstrates how to encode data using the Base58Check encoding scheme. ## License diff --git a/bloom/README.md b/bloom/README.md index e9b5b08..81086b4 100644 --- a/bloom/README.md +++ b/bloom/README.md @@ -1,8 +1,8 @@ bloom ===== -[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)] -(https://travis-ci.org/conformal/btcutil) +[![Build Status](https://travis-ci.org/btcsuite/btcutil.png?branch=master)] +(https://travis-ci.org/btcsuite/btcutil) Package bloom provides an API for dealing with bitcoin-specific bloom filters. @@ -13,27 +13,27 @@ report. Package coinset is licensed under the liberal ISC license. ## Documentation -[![GoDoc](https://godoc.org/github.com/conformal/btcutil/bloom?status.png)] -(http://godoc.org/github.com/conformal/btcutil/bloom) +[![GoDoc](https://godoc.org/github.com/btcsuite/btcutil/bloom?status.png)] +(http://godoc.org/github.com/btcsuite/btcutil/bloom) 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/btcutil/bloom +http://godoc.org/github.com/btcsuite/btcutil/bloom 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/btcutil/bloom +http://localhost:6060/pkg/github.com/btcsuite/btcutil/bloom ## Installation ```bash -$ go get github.com/conformal/btcutil/bloom +$ go get github.com/btcsuite/btcutil/bloom ``` ## Examples * [NewFilter Example] - (http://godoc.org/github.com/conformal/btcutil/bloom#example-NewFilter) + (http://godoc.org/github.com/btcsuite/btcutil/bloom#example-NewFilter) Demonstrates how to create a new bloom filter, add a transaction hash to it, and check if the filter matches the transaction. diff --git a/coinset/README.md b/coinset/README.md index 39be386..d4ee38b 100644 --- a/coinset/README.md +++ b/coinset/README.md @@ -1,8 +1,8 @@ coinset ======= -[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)] -(https://travis-ci.org/conformal/btcutil) +[![Build Status](https://travis-ci.org/btcsuite/btcutil.png?branch=master)] +(https://travis-ci.org/btcsuite/btcutil) Package coinset provides bitcoin-specific convenience functions for selecting from and managing sets of unspent transaction outpoints (UTXOs). @@ -14,21 +14,21 @@ report. Package coinset is licensed under the liberal ISC license. ## Documentation -[![GoDoc](https://godoc.org/github.com/conformal/btcutil/coinset?status.png)] -(http://godoc.org/github.com/conformal/btcutil/coinset) +[![GoDoc](https://godoc.org/github.com/btcsuite/btcutil/coinset?status.png)] +(http://godoc.org/github.com/btcsuite/btcutil/coinset) 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/btcutil/coinset +http://godoc.org/github.com/btcsuite/btcutil/coinset 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/btcutil/coinset +http://localhost:6060/pkg/github.com/btcsuite/btcutil/coinset ## Installation ```bash -$ go get github.com/conformal/btcutil/coinset +$ go get github.com/btcsuite/btcutil/coinset ``` ## Usage diff --git a/hdkeychain/README.md b/hdkeychain/README.md index 2c22b24..f44b9c8 100644 --- a/hdkeychain/README.md +++ b/hdkeychain/README.md @@ -1,8 +1,8 @@ hdkeychain ========== -[![Build Status](https://travis-ci.org/conformal/btcutil.png?branch=master)] -(https://travis-ci.org/conformal/btcutil) +[![Build Status](https://travis-ci.org/btcsuite/btcutil.png?branch=master)] +(https://travis-ci.org/btcsuite/btcutil) Package hdkeychain provides an API for bitcoin hierarchical deterministic extended keys (BIP0032). @@ -37,35 +37,35 @@ report. Package hdkeychain is licensed under the liberal ISC license. ## Documentation -[![GoDoc](https://godoc.org/github.com/conformal/btcutil/hdkeychain?status.png)] -(http://godoc.org/github.com/conformal/btcutil/hdkeychain) +[![GoDoc](https://godoc.org/github.com/btcsuite/btcutil/hdkeychain?status.png)] +(http://godoc.org/github.com/btcsuite/btcutil/hdkeychain) 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/btcutil/hdkeychain +http://godoc.org/github.com/btcsuite/btcutil/hdkeychain 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/btcutil/hdkeychain +http://localhost:6060/pkg/github.com/btcsuite/btcutil/hdkeychain ## Installation ```bash -$ go get github.com/conformal/btcutil/hdkeychain +$ go get github.com/btcsuite/btcutil/hdkeychain ``` ## Examples * [NewMaster Example] - (http://godoc.org/github.com/conformal/btcutil/hdkeychain#example-NewMaster) + (http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-NewMaster) 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-package--DefaultWalletLayout) + (http://godoc.org/github.com/btcsuite/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-package--Audits) + (http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-package--Audits) Demonstrates the audits use case in BIP0032. ## License