Skip to content

Commit 5cb768b

Browse files
committed
ci: fix broken and redundant doc links
1 parent 972756f commit 5cb768b

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
@@ -612,7 +612,7 @@ impl Descriptor<DescriptorPublicKey> {
612612
/// See [`at_derivation_index`] and `[derived_descriptor`] for more documentation.
613613
///
614614
/// [`at_derivation_index`]: Self::at_derivation_index
615-
/// [`derived_descriptor`]: crate::DerivedDescriptor::derived_descriptor
615+
/// [`derived_descriptor`]: crate::Descriptor::derived_descriptor
616616
///
617617
/// # Errors
618618
///

src/psbt/mod.rs

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

0 commit comments

Comments
 (0)