From: LLFourn Date: Mon, 4 Jan 2021 21:46:23 +0000 (+1100) Subject: Fix wrong doc links X-Git-Tag: v0.4.0~35 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/-script/-debug/struct.ScriptPath.html?a=commitdiff_plain;h=8319b32466880b107320b093db52c72bc8e7a8cd;p=bdk Fix wrong doc links --- diff --git a/src/wallet/coin_selection.rs b/src/wallet/coin_selection.rs index 68dd9fef..71a56d8f 100644 --- a/src/wallet/coin_selection.rs +++ b/src/wallet/coin_selection.rs @@ -32,7 +32,7 @@ //! be used if it is not explicitly set. //! //! [`TxBuilder`]: super::tx_builder::TxBuilder -//! [`coin_selection`]: super::tx_builder::coin_selection +//! [`coin_selection`]: super::tx_builder::TxBuilder::coin_selection //! //! ## Example //! diff --git a/src/wallet/tx_builder.rs b/src/wallet/tx_builder.rs index 4b3bb407..d7b379f4 100644 --- a/src/wallet/tx_builder.rs +++ b/src/wallet/tx_builder.rs @@ -119,8 +119,8 @@ impl TxBuilderContext for BumpFee {} /// /// For further examples see [this module](super::tx_builder)'s documentation; /// -/// [`build_tx`]: Self::build_tx -/// [`build_fee_bump`]: Self::build_fee_bump +/// [`build_tx`]: Wallet::build_tx +/// [`build_fee_bump`]: Wallet::build_fee_bump /// [`finish`]: Self::finish /// [`coin_selection`]: Self::coin_selection pub struct TxBuilder<'a, B, D, Cs, Ctx> {