From fd23b618a674b7ee200755df60fc26bfb0d348cb Mon Sep 17 00:00:00 2001 From: LLFourn Date: Wed, 27 Jul 2022 16:38:45 +0800 Subject: [PATCH] [bdk_core] Fix broken links --- docs/_blog/bdk_core_pt1.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/_blog/bdk_core_pt1.md b/docs/_blog/bdk_core_pt1.md index eb8eadd3c3..27961a0437 100644 --- a/docs/_blog/bdk_core_pt1.md +++ b/docs/_blog/bdk_core_pt1.md @@ -304,9 +304,9 @@ Thanks in advance. [X window system]: https://en.wikipedia.org/wiki/X_Window_System [The Art of UNIX Programming]: https://en.wikipedia.org/wiki/The_Art_of_Unix_Programming -[`Wallet`]: https://docs.rs/bdk/latest/bdk/wallet/struct.Wallet.html -[`CoinSelectionAlgorithm`]: https://docs.rs/bdk/latest/bdk/wallet/coin_selection/trait.CoinSelectionAlgorithm.html -[`Signer`]: https://docs.rs/bdk/latest/bdk/wallet/signer/trait.Signer.html -[`WalletSync`]: https://docs.rs/bdk/latest/bdk/blockchain/trait.walletsync.html +[`Wallet`]: https://docs.rs/bdk/0.20.0/bdk/wallet/struct.Wallet.html +[`CoinSelectionAlgorithm`]: https://docs.rs/bdk/0.20.0/bdk/wallet/coin_selection/trait.CoinSelectionAlgorithm.html +[`Signer`]: https://docs.rs/bdk/0.20.0/bdk/wallet/signer/index.html +[`WalletSync`]: https://docs.rs/bdk/0.20.0/bdk/blockchain/trait.WalletSync.html [Sensei]: https://l2.technology/sensei -[`Database`]: https://docs.rs/bdk/latest/bdk/database/trait.Database.html +[`Database`]: https://docs.rs/bdk/0.20.0/bdk/database/trait.Database.html -- 2.49.0