Skip to content

Commit

Permalink
doc: remove now redundant doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 17, 2025
1 parent 1fb7cd2 commit 1c6dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub enum DescriptorError {
#[error("{0:?} cannot be converted to a bitcoin address")]
InvalidAddressConversion(DescriptorType),

/// [`secp256k1`](bitcoin::secp256k1) errors.
/// [`secp256k1`] errors.
#[cfg(feature = "address")]
#[error("secp256k1 error: {0}")]
Secp256k1Error(#[from] Secp256k1Error),
Expand Down

0 comments on commit 1c6dcec

Please sign in to comment.