diff --git a/bitcoin/src/lib.rs b/bitcoin/src/lib.rs index 2c4c76ae1..a885c54b1 100644 --- a/bitcoin/src/lib.rs +++ b/bitcoin/src/lib.rs @@ -199,7 +199,7 @@ mod prelude { pub mod amount { //! Bitcoin amounts. //! - //! This module mainly introduces the [Amount] and [SignedAmount] types. + //! This module mainly introduces the [`Amount`] and [`SignedAmount`] types. //! We refer to the documentation on the types for more information. use crate::consensus::{encode, Decodable, Encodable};