Skip to content

Commit 7bcac4f

Browse files
committed
chore(docs): update docs URLs to steel.ethereum.foundation
- Update DOCS_BASE_URL from eest.ethereum.org to steel.ethereum.foundation/docs. - Update CLI help links to point to new domain.
1 parent 947dde0 commit 7bcac4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/testing/src/execution_testing/config

packages/testing/src/execution_testing/config/docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class DocsConfig(BaseModel):
1717
GENERATE_UNTIL_FORK: str = "Amsterdam"
1818
"""The fork until which documentation should be generated."""
1919

20-
DOCS_BASE_URL: str = "https://eest.ethereum.org"
20+
DOCS_BASE_URL: str = "https://steel.ethereum.foundation/docs"
2121

2222
# Documentation URLs prefixed with `DOCS_URL__` to avoid conflicts with
2323
# other URLs
24-
DOCS_URL__WRITING_TESTS: str = f"{DOCS_BASE_URL}/main/writing_tests/"
24+
DOCS_URL__WRITING_TESTS: str = f"{DOCS_BASE_URL}/writing_tests/"

0 commit comments

Comments
 (0)