From 667de6c28138c728e1d4e0d64489719878d264ef Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 1 Jul 2024 11:23:17 +0200 Subject: [PATCH] Update index.md --- docs/fundamentals/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fundamentals/index.md b/docs/fundamentals/index.md index b0574384d9..2d7030a8cb 100644 --- a/docs/fundamentals/index.md +++ b/docs/fundamentals/index.md @@ -26,5 +26,5 @@ Note also that there is a page explaining common log messages that are often que - [Pruning](/docs/fundamentals/pruning): read about Geth's data pruning options - [Private networks via kurtosis](/docs/fundamentals/kurtosis): learn how to set up a private network of multiple Geth nodes using Kurtosis - [Private networks](/docs/fundamentals/private-network): learn how to set up a private network of multiple Geth nodes -- [Config files](/docs/fundamentals/config-files): learn about the usage of config files of Geth +- [Config files](/docs/fundamentals/config-files): learn about using of config files for Geth - [Mining](/docs/fundamentals/mining): read about the mining algorithms Geth used to use to secure Ethereum before the network switched to proof-of-stake.