From 75fab00111eb27f0389bdee7d6132b60d4682faf Mon Sep 17 00:00:00 2001 From: daramir Date: Sun, 15 Jan 2023 21:52:05 +1100 Subject: [PATCH] fix(book): incorrect paths for book pages (#889) --- book/SUMMARY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/SUMMARY.md b/book/SUMMARY.md index 49a7c8e02..eb1fa8916 100644 --- a/book/SUMMARY.md +++ b/book/SUMMARY.md @@ -2,9 +2,9 @@ ## Getting Started - [Introduction](./README.md) -- [System requirements](./getting_started/system_requirement.md) -- [Installation Reth](./getting_started/installation.md) -- [Running Reth](./getting_started//running.md) +- [System requirements](./getting_started/system_requirements.md) +- [Installation](./getting_started/installation.md) +- [Running Reth](./getting_started/running.md) ## Fundamentals - [Node](./fundamentals/node.md)