diff --git a/book/intro.md b/book/intro.md index 51090d198a..a1325e4bc6 100644 --- a/book/intro.md +++ b/book/intro.md @@ -80,7 +80,7 @@ We intend to also audit / fuzz the EVM & parts of the codebase. Please reach out Here are some useful sections to jump to: - Install Reth by following the [guide](./installation/installation.md). -- Sync your node on any [official network](./run/run_a_node.md). +- Sync your node on any [official network](./run/run-a-node.md). - View [statistics and metrics](./run/observability.md) about your node. - Query the [JSON-RPC](./api/api.md) using Foundry's `cast` or `curl`. - Set up your [development environment and contribute](./contribute.md)!