]> Untitled Git - bdk/commitdiff
doc(esplora): fix broken link in README
authorvmammal <valuedmammal@protonmail.com>
Wed, 17 Jan 2024 18:45:35 +0000 (13:45 -0500)
committervmammal <valuedmammal@protonmail.com>
Wed, 17 Jan 2024 18:45:35 +0000 (13:45 -0500)
crates/esplora/README.md

index 836cd7aae761c23358d0298512f25ead1332e6d1..96d92c76c88f86e7164073cb7c51256e3544c36e 100644 (file)
@@ -30,7 +30,7 @@ use bdk_esplora::EsploraExt;
 // use bdk_esplora::EsploraAsyncExt;
 ```
 
-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).
+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).
 
 [`esplora-client`]: https://docs.rs/esplora-client/
 [`bdk_chain`]: https://docs.rs/bdk-chain/