Skip to content

Commit 757d83f

Browse files
committed
Merge #1668: docs: fix incorrect links to wallet examples
521b49d docs: fix incorrect links to wallet examples (Torkel Rogstad) Pull request description: ### Description This PR updates the examples found in the wallet crate to use working links to GitHub. ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: ValuedMammal: ACK 521b49d Tree-SHA512: a4b214894c5a1453a2fe7b9732508e57c65793604440b7d8892f89cda3065cf850a44926b4c711738c13e13634d480dc75f67424edc4d3d09def328ef3b7042a
2 parents 08ef7b7 + 521b49d commit 757d83f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/wallet/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ that the `Wallet` can use to update its view of the chain.
5050

5151
**Examples**
5252

53-
* [`example-crates/wallet_esplora_async`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_async)
54-
* [`example-crates/wallet_esplora_blocking`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_blocking)
55-
* [`example-crates/wallet_electrum`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_electrum)
56-
* [`example-crates/wallet_rpc`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_rpc)
53+
* [`example-crates/example_wallet_esplora_async`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/example_wallet_esplora_async)
54+
* [`example-crates/example_wallet_esplora_blocking`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/example_wallet_esplora_blocking)
55+
* [`example-crates/example_wallet_electrum`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/example_wallet_electrum)
56+
* [`example-crates/example_wallet_rpc`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/example_wallet_rpc)
5757

5858
## Persistence
5959

0 commit comments

Comments
 (0)