From: vmammal Date: Wed, 17 Jan 2024 18:45:35 +0000 (-0500) Subject: doc(esplora): fix broken link in README X-Git-Tag: v1.0.0-alpha.5~15^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=7c0f4653b281b4288e92ed8cd45ead8abd104f52;p=bdk doc(esplora): fix broken link in README --- diff --git a/crates/esplora/README.md b/crates/esplora/README.md index 836cd7aa..96d92c76 100644 --- a/crates/esplora/README.md +++ b/crates/esplora/README.md @@ -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/