]> Untitled Git - bdk/commitdiff
docs: fix incorrect links to wallet examples
authorTorkel Rogstad <torkel@rogstad.io>
Thu, 31 Oct 2024 14:13:23 +0000 (15:13 +0100)
committerTorkel Rogstad <torkel@rogstad.io>
Thu, 31 Oct 2024 14:13:23 +0000 (15:13 +0100)
crates/wallet/README.md

index 937176e04d8369cb4d16bf208f29182b2652c6ec..0f4a1db8946d7da0a77ca37781a674eb0b63f818 100644 (file)
@@ -50,10 +50,10 @@ that the `Wallet` can use to update its view of the chain.
 
 **Examples**
 
-* [`example-crates/wallet_esplora_async`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_async)
-* [`example-crates/wallet_esplora_blocking`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora_blocking)
-* [`example-crates/wallet_electrum`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_electrum)
-* [`example-crates/wallet_rpc`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_rpc)
+* [`example-crates/example_wallet_esplora_async`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/example_wallet_esplora_async)
+* [`example-crates/example_wallet_esplora_blocking`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/example_wallet_esplora_blocking)
+* [`example-crates/example_wallet_electrum`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/example_wallet_electrum)
+* [`example-crates/example_wallet_rpc`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/example_wallet_rpc)
 
 ## Persistence