From 1127009641b872ed180a33d618d1a5f8efbe0583 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:56:21 -0600 Subject: [PATCH] Update EIP-1: fix typo in exec spec tests link (#8338) 1: fix typo in exec spec tests link --- EIPS/eip-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-1.md b/EIPS/eip-1.md index 76e17ba9a74743..644bf1cc2a168b 100644 --- a/EIPS/eip-1.md +++ b/EIPS/eip-1.md @@ -361,12 +361,12 @@ Permitted Yellow Paper URLs must anchor to a specific commit, and so must match Links to the Ethereum Execution Client Specification Tests may be included using normal markdown syntax, such as: ```markdown -[Ethereum Execution Client Specification Tests](https://github.com/ethereum/execution-specs/blob/9a1f22311f517401fed6c939a159b55600c454af/README.md) +[Ethereum Execution Client Specification Tests](https://github.com/ethereum/execution-spec-tests/blob/d5a3188f122912e137aa2e21ed2a1403e806e424/README.md) ``` Which renders to: -[Ethereum Execution Client Specification Tests](https://github.com/ethereum/execution-specs/blob/9a1f22311f517401fed6c939a159b55600c454af/README.md) +[Ethereum Execution Client Specification Tests](https://github.com/ethereum/execution-spec-tests/blob/d5a3188f122912e137aa2e21ed2a1403e806e424/README.md) Permitted Execution Client Specification Tests URLs must anchor to a specific commit, and so must match this regular expression: