diff --git a/src/blockdata/block.rs b/src/blockdata/block.rs index 64392a10..5a415594 100644 --- a/src/blockdata/block.rs +++ b/src/blockdata/block.rs @@ -155,7 +155,9 @@ impl BlockHeader { Self::u256_from_compact_target(self.bits) } - /// Computes the target value in Uint256 format, from a compact representation. + /// Computes the target value in [`Uint256`] format, from a compact representation. + /// + /// [`Uint256`]: ../../util/uint/struct.Uint256.html /// /// ``` /// use bitcoin::blockdata::block::BlockHeader;