Skip to content

Commit 7fb615a

Browse files
authored
Config: Add execution-specs repo to the list of link exceptions (ethereum#8007)
* WIP Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> * meta meta draft Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> * typos + EthMag Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> * fix links Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> * fix typo Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> * Fix title Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> * Fix Capella link Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> * tree -> blob Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> * Add execution-specs to eipw exceptions Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com> --------- Signed-off-by: Tim Beiko <9390255+timbeiko@users.noreply.github.com>
1 parent 948664c commit 7fb615a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/eipw.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ kind = "markdown-relative-links"
146146
exceptions = [
147147
'^https://(www\.)?github\.com/ethereum/consensus-specs/blob/[a-f0-9]{40}/.+$',
148148
'^https://(www\.)?github\.com/ethereum/consensus-specs/commit/[a-f0-9]{40}$',
149+
'^https://(www\.)?github\.com/ethereum/execution-specs/blob/[a-f0-9]{40}/.+$',
150+
'^https://(www\.)?github\.com/ethereum/execution-specs/commit/[a-f0-9]{40}$',
149151
'^https://(www\.)?github\.com/ethereum/devp2p/blob/[0-9a-f]{40}/.+$',
150152
'^https://(www\.)?github\.com/ethereum/devp2p/commit/[0-9a-f]{40}$',
151153
'^https://(www\.)?github\.com/bitcoin/bips/blob/[0-9a-f]{40}/bip-[0-9]+\.mediawiki$',

0 commit comments

Comments
 (0)