Skip to content

Commit 86b6d7e

Browse files
author
sammyne
committed
fix(examples): correct the hyperlinks in README
1 parent aff1dc3 commit 86b6d7e

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

+10-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Package `bip32` provides an API for bitcoin hierarchical deterministic
1111
extended keys (BIP0032).
1212

1313
A comprehensive suite of tests is provided to ensure proper functionality. See
14-
[codecov](https://codecov.io/gh/sammy00/bip32) for the coverage report.
14+
[codecov](https://codecov.io/gh/sammyne/bip32) for the coverage report.
1515

1616
## Feature Overview
1717

@@ -39,16 +39,20 @@ A comprehensive suite of tests is provided to ensure proper functionality. See
3939
## Installation and Updating
4040

4141
```bash
42-
$ go get -u github.com/sammy00/bip32
42+
$ go get -u github.com/sammyne/bip32
4343
```
4444

4545
## Examples
4646

47-
- [NewMaster Example](http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-NewMaster)
47+
- [NewMasterKey Example](https://godoc.org/github.com/sammyne/bip32#example-NewMasterKey)
48+
4849
Demonstrates how to generate a cryptographically random seed then use it to
4950
create a new master node (extended key).
50-
- [Default Wallet Layout Example](http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-package--DefaultWalletLayout)
51+
52+
- [Default Wallet Layout Example](https://godoc.org/github.com/sammyne/bip32#example-package--DefaultWalletLayout)
5153
Demonstrates the default hierarchical deterministic wallet layout as described
5254
in BIP0032.
53-
- [Audits Use Case Example](http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-package--Audits)
54-
Demonstrates the audits use case in BIP0032.
55+
- ~~[Audits Use Case Example](http://godoc.org/github.com/btcsuite/btcutil/hdkeychain#example-package--Audits)~~
56+
~~Demonstrates the audits use case in BIP0032.~~
57+
- [Public Key Wallet Layout Example](https://godoc.org/github.com/sammyne/bip32#example-package--DefaultWalletLayout)
58+
Demonstrates a simple HD wallet layout

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2018 sammy00
1+
// Copyright (c) 2018 sammyne
22
// Copyright (c) 2014 The btcsuite developers
33
// Use of this source code is governed by an ISC
44
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)