Skip to content

Commit 232a172

Browse files
Merge #1288: doc(esplora): fix broken link in README
7c0f465 doc(esplora): fix broken link in README (vmammal) Pull request description: ### 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: danielabrozzoni: ACK 7c0f465 Tree-SHA512: 6e09a0b74c1a64bc9d0d0a067daf7766c4a46511c22b676251f61608d770d3ea2c1df81d4e9bbbee69720cad5cd2deb9b146cb7751277871f0cbf1be96efcc9f
2 parents 8d916d7 + 7c0f465 commit 232a172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/esplora/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use bdk_esplora::EsploraExt;
3030
// use bdk_esplora::EsploraAsyncExt;
3131
```
3232

33-
For full examples, refer to [`example-crates/wallet_esplora`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora) (blocking) and [`example-crates/wallet_esplora_async`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_async).
33+
For full examples, refer to [`example-crates/wallet_esplora_blocking`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_blocking) and [`example-crates/wallet_esplora_async`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_async).
3434

3535
[`esplora-client`]: https://docs.rs/esplora-client/
3636
[`bdk_chain`]: https://docs.rs/bdk-chain/

0 commit comments

Comments
 (0)