From 3cd05e0c8dfd9e1ba3895a8637ba4bcea3f25e8b Mon Sep 17 00:00:00 2001 From: Paul Robinson <5199899+pacrob@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:08:00 -0700 Subject: [PATCH] fix(docs): fix link to installation troubleshooting in README (#1003) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ccec4c42d..1fff845e1c 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ uv sync --all-extras uv run solc-select use 0.8.24 --always-install ``` -See [Installation Troubleshooting](./installation_troubleshooting.md) in the online docs if you encounter issues. +See [Installation Troubleshooting](https://ethereum.github.io/execution-spec-tests/main/getting_started/installation_troubleshooting/) in the online docs if you encounter issues. ### Exploring and Filling Test Cases