Skip to content

Commit 8f8a8e9

Browse files
committed
Merge #363: chore: Update example links in README
c5e8e84 chore: Update example links in README (Randall Naar) Pull request description: Updated the broken example links in the README. ACKs for top commit: luisschwab: ACK c5e8e84 notmandatory: ACK c5e8e84 Tree-SHA512: 68accbf8a0c4ca9cc408d72a5915b23512a3792d2c05954f5120ef24c76b9c8b755dc951f8dd8000738cc3e2f23cac3f6ae872f91a513bc1f4e755c2f275b141
2 parents a260a33 + c5e8e84 commit 8f8a8e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

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

6262
**Examples**
6363

64-
* [`examples/esplora_async`](https://github.com/bitcoindevkit/bdk_wallet/tree/master/examples/esplora_async)
65-
* [`examples/esplora_blocking`](https://github.com/bitcoindevkit/bdk_wallet/tree/master/examples/esplora_blocking)
66-
* [`examples/electrum`](https://github.com/bitcoindevkit/bdk_wallet/tree/master/examples/electrum)
67-
* [`examples/bitcoind_rpc`](https://github.com/bitcoindevkit/bdk_wallet/tree/master/examples/bitcoind_rpc)
64+
* [`examples/esplora_async`](https://github.com/bitcoindevkit/bdk_wallet/blob/master/examples/esplora_async.rs)
65+
* [`examples/esplora_blocking`](https://github.com/bitcoindevkit/bdk_wallet/blob/master/examples/esplora_blocking.rs)
66+
* [`examples/electrum`](https://github.com/bitcoindevkit/bdk_wallet/blob/master/examples/electrum.rs)
67+
* [`examples/bitcoind_rpc`](https://github.com/bitcoindevkit/bdk_wallet/blob/master/examples/bitcoind_rpc.rs)
6868

6969
## Persistence
7070

0 commit comments

Comments
 (0)