Skip to content

Commit

Permalink
Config: Add execution-specs repo to the list of link exceptions (#8007)
Browse files Browse the repository at this point in the history
* WIP

Signed-off-by: Tim Beiko <[email protected]>

* meta meta draft

Signed-off-by: Tim Beiko <[email protected]>

* typos + EthMag

Signed-off-by: Tim Beiko <[email protected]>

* fix links

Signed-off-by: Tim Beiko <[email protected]>

* fix typo

Signed-off-by: Tim Beiko <[email protected]>

* Fix title

Signed-off-by: Tim Beiko <[email protected]>

* Fix Capella link

Signed-off-by: Tim Beiko <[email protected]>

* tree -> blob

Signed-off-by: Tim Beiko <[email protected]>

* Add execution-specs to eipw exceptions

Signed-off-by: Tim Beiko <[email protected]>

---------

Signed-off-by: Tim Beiko <[email protected]>
  • Loading branch information
timbeiko authored Dec 1, 2023
1 parent 948664c commit 7fb615a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/eipw.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ kind = "markdown-relative-links"
exceptions = [
'^https://(www\.)?github\.com/ethereum/consensus-specs/blob/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/consensus-specs/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/execution-specs/blob/[a-f0-9]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/execution-specs/commit/[a-f0-9]{40}$',
'^https://(www\.)?github\.com/ethereum/devp2p/blob/[0-9a-f]{40}/.+$',
'^https://(www\.)?github\.com/ethereum/devp2p/commit/[0-9a-f]{40}$',
'^https://(www\.)?github\.com/bitcoin/bips/blob/[0-9a-f]{40}/bip-[0-9]+\.mediawiki$',
Expand Down

0 comments on commit 7fb615a

Please sign in to comment.