]> Untitled Git - bdk/commitdiff
Doc fixes
authorDaniela Brozzoni <danielabrozzoni@protonmail.com>
Mon, 13 Mar 2023 21:23:40 +0000 (22:23 +0100)
committerDaniela Brozzoni <danielabrozzoni@protonmail.com>
Mon, 13 Mar 2023 21:23:40 +0000 (22:23 +0100)
README.md
crates/bdk/README.md

index e6220de471cbd0df9d3b53a3a39aa065182f2a2e..e50de4b84ff25c026d972731fab009dd8ca2685e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -51,3 +51,4 @@ Fully working examples of how to use these components are in `/example-crates`
 [`rust-miniscript`]: https://github.com/rust-bitcoin/rust-miniscript
 [`rust-bitcoin`]: https://github.com/rust-bitcoin/rust-bitcoin
 [`esplora-client`]: https://docs.rs/esplora-client/0.3.0/esplora_client/
+[`electrum-client`]: https://docs.rs/electrum-client/0.13.0/electrum_client/
index e4222c4bf297435064154d8b37f5e6a038885dd2..00ce504a4e2f7e5db0d8cc12642d6efb75bfdef0 100644 (file)
@@ -50,13 +50,13 @@ This can be created manually or from blockchain-scanning crates.
 
 **Examples**
 
-* [`example-crates/wallet_esplora`]
-* [`example-crates/wallet_electrum`]
+* [`example-crates/wallet_esplora`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_esplora)
+* [`example-crates/wallet_electrum`](https://github.com/bitcoindevkit/bdk/tree/master/example-crates/wallet_electrum)
 
 ### Persistence
 
 To persist the `Wallet` on disk, `Wallet` needs to be constructed with a
-[`Persist`](`bdk_chain::keychain::persist::Persist`) implementation.
+[`Persist`](https://docs.rs/bdk_chain/latest/bdk_chain/keychain/struct.KeychainPersist.html) implementation.
 
 **Implementations**