From d7109dd46ee1026197fcb584088eae889f0f9c81 Mon Sep 17 00:00:00 2001 From: hyunchel <3271191+hyunchel@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:36:34 -0400 Subject: [PATCH] website: fix bad link and typo (#28157) --- docs/fundamentals/index.md | 2 +- docs/tools/puppeth.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fundamentals/index.md b/docs/fundamentals/index.md index 165026b568..4d4e95bb4c 100644 --- a/docs/fundamentals/index.md +++ b/docs/fundamentals/index.md @@ -22,6 +22,6 @@ Note also that there is a page explaining common log messages that are often que - [Logs](/docs/fundamentals/logs): learn how to interpret the main log messages Geth displays in the console - [Peer-to-peer](/docs/fundamentals/peer-to-peer): learn about Geth's peer-to-peer networking - [Pruning](/docs/fundamentals/pruning): read about Geth's data pruning options -- [Private networks](/docs/fundamentals/private-network): learn hoe to set up a private network of multiple Geth nodes +- [Private networks](/docs/fundamentals/private-network): learn how to set up a private network of multiple Geth nodes - [Light clients](/docs/fundamentals/les): read about Geth's light mode. - [Mining](/docs/fundamentals/mining): read about the mining algorithms Geth used to use to secure Ethereum before the network switched to proof-of-stake. diff --git a/docs/tools/puppeth.md b/docs/tools/puppeth.md index 95072f8496..578281510c 100644 --- a/docs/tools/puppeth.md +++ b/docs/tools/puppeth.md @@ -7,4 +7,4 @@ description: introduction to the private-network boot-strapping tool, Puppeth Puppeth was a tool for quickly spinning up and managing private development networks. The user was guided through the process by a command line wizard instead of having to configure the network manually. However, this tool has been discontinued and removed from the Geth repository. -Instructions for setting up a private network using Ethash or Clique are available on our [private networks page](/docs/fundamentals/private-network.md). +Instructions for setting up a private network using Ethash or Clique are available on our [private networks page](/docs/fundamentals/private-network).