Skip to content

Commit f50ce03

Browse files
committed
ci: fix broken and redundant doc links
1 parent 0fd22d4 commit f50ce03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/descriptor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ impl Descriptor<DescriptorPublicKey> {
642642
/// See [`at_derivation_index`] and `[derived_descriptor`] for more documentation.
643643
///
644644
/// [`at_derivation_index`]: Self::at_derivation_index
645-
/// [`derived_descriptor`]: crate::DerivedDescriptor::derived_descriptor
645+
/// [`derived_descriptor`]: crate::Descriptor::derived_descriptor
646646
///
647647
/// # Errors
648648
///

src/psbt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ pub trait PsbtExt {
567567
///
568568
/// Based on the sighash
569569
/// flag specified in the [`Psbt`] sighash field. If the input sighash flag psbt field is `None`
570-
/// the [`sighash::TapSighashType::Default`](bitcoin::sighash::TapSighashType::Default) is chosen
570+
/// the [`sighash::TapSighashType::Default`] is chosen
571571
/// for for taproot spends, otherwise [`EcdsaSighashType::All`](bitcoin::sighash::EcdsaSighashType::All) is chosen.
572572
/// If the utxo at `idx` is a taproot output, returns a [`PsbtSighashMsg::TapSighash`] variant.
573573
/// If the utxo at `idx` is a pre-taproot segwit output, returns a [`PsbtSighashMsg::SegwitV0Sighash`] variant.

0 commit comments

Comments
 (0)