From 63db481c2a1459ae2e56a38fff3cf3e87f7940ea Mon Sep 17 00:00:00 2001 From: Tim Beiko Date: Mon, 12 Jun 2023 10:54:31 -0700 Subject: [PATCH] Small typo (#3112) --- book/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/intro.md b/book/intro.md index 51090d198..a1325e4bc 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)!