Skip to content

Commit 4672cdc

Browse files
authored
fix(docs): fix bad links in readme (#1421)
1 parent aaf4e7f commit 4672cdc

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ uv sync --all-extras
104104
uv run solc-select use 0.8.24 --always-install
105105
```
106106

107-
See [Installation Troubleshooting](https://ethereum.github.io/execution-spec-tests/main/getting_started/installation_troubleshooting/) in the online docs if you encounter issues.
107+
See [Installation Troubleshooting](https://eest.ethereum.org/main/getting_started/installation_troubleshooting/) in the online docs if you encounter issues.
108108

109109
### Exploring and Filling Test Cases
110110

@@ -155,26 +155,26 @@ By default, JSON test fixtures are generated from this repository's Python test
155155

156156
## Usage
157157

158-
More information on how to obtain and consume the [released test fixtures](https://github.com/ethereum/execution-spec-tests/releases) can be found in the [documentation](https://ethereum.github.io/execution-spec-tests/main/consuming_tests/).
158+
More information on how to obtain and consume the [released test fixtures](https://github.com/ethereum/execution-spec-tests/releases) can be found in the [documentation](https://eest.ethereum.org/main/consuming_tests/).
159159

160-
For further help with working with this codebase, see the [online documentation](https://ethereum.github.io/execution-spec-tests/main/):
160+
For further help with working with this codebase, see the [online documentation](https://eest.ethereum.org/main/):
161161

162-
1. Learn [useful command-line flags](https://ethereum.github.io/execution-spec-tests/main/filling_tests/filling_tests_command_line/).
163-
2. [Execute tests for features under development](https://ethereum.github.io/execution-spec-tests/main/filling_tests/executing_tests_dev_fork/) via the `--from=FORK1` and `--until=FORK2` flags.
164-
3. _Optional:_ [Configure VS Code](https://ethereum.github.io/execution-spec-tests/main/getting_started/setup_vs_code/) to auto-format Python code and [execute tests within VS Code](https://ethereum.github.io/main/filling_tests/filling_tests_vs_code/).
165-
4. Implement a new test case, see [Writing Tests](https://ethereum.github.io/execution-spec-tests/main/writing_tests/).
162+
1. Learn [useful command-line flags](https://eest.ethereum.org/main/filling_tests/filling_tests_command_line/).
163+
2. [Execute tests for features under development](https://eest.ethereum.org/main/filling_tests/filling_tests_dev_fork/) via the `--from=FORK1` and `--until=FORK2` flags.
164+
3. _Optional:_ [Configure VS Code](https://eest.ethereum.org/main/getting_started/setup_vs_code/) to auto-format Python code and [execute tests within VS Code](https://eest.ethereum.org/main/filling_tests/filling_tests_vs_code/).
165+
4. Implement a new test case, see [Writing Tests](https://eest.ethereum.org/main/writing_tests/).
166166

167167
## Coverage
168168

169-
The available test cases can be browsed in the [Test Case Reference doc](https://ethereum.github.io/execution-spec-tests/main/tests/).
169+
The available test cases can be browsed in the [Test Case Reference doc](https://eest.ethereum.org/main/tests/).
170170

171171
## Installation Troubleshooting
172172

173-
If you encounter issues during the installation process, please refer to the [Installation Troubleshooting](https://ethereum.github.io/execution-spec-tests/main/getting_started/installation_troubleshooting/) page.
173+
If you encounter issues during the installation process, please refer to the [Installation Troubleshooting](https://eest.ethereum.org/main/getting_started/installation_troubleshooting/) page.
174174

175175
## Contributing
176176

177-
Contributions and feedback are welcome. Please see the [online documentation](https://ethereum.github.io/execution-spec-tests/main/writing_tests/) for this repository's coding standards and help on implementing new tests.
177+
Contributions and feedback are welcome. Please see the [online documentation](https://eest.ethereum.org/main/writing_tests/) for this repository's coding standards and help on implementing new tests.
178178

179179
Pull requests containing only typo fixes will not be merged and must be accompanied by documentation, test or framework improvements.
180180

0 commit comments

Comments
 (0)