diff --git a/book/src/contact.md b/book/src/contact.md index ff8e628f92..bced995c04 100644 --- a/book/src/contact.md +++ b/book/src/contact.md @@ -3,7 +3,7 @@ The git repository can be found at [https://github.com/bluealloy/revm/](https://github.com/bluealloy/revm/) -For questions please open a github issue or join the public telegram group: [https://t.me/+Ig4WDWOzikA3MzA0](https://t.me/+Ig4WDWOzikA3MzA0) +For questions please open a github issue or join the public [telegram group](https://t.me/+Ig4WDWOzikA3MzA0) ### Licence diff --git a/crates/context/interface/src/block/blob.rs b/crates/context/interface/src/block/blob.rs index bb8e661ef3..a2fdef5782 100644 --- a/crates/context/interface/src/block/blob.rs +++ b/crates/context/interface/src/block/blob.rs @@ -87,7 +87,7 @@ pub fn calc_excess_blob_gas( /// Calculates the `excess_blob_gas` from the parent header's `blob_gas_used` and `excess_blob_gas`. /// -/// See also [the EIP-4844 helpers] +/// See also [the EIP-4844 helpers](https://eips.ethereum.org/EIPS/eip-4844#helpers) /// (`calc_excess_blob_gas`). /// /// [EIP-7918: Blob base fee bounded by execution cost](https://eips.ethereum.org/EIPS/eip-7918)