website: fix bad link and typo

This commit is contained in:
Hyunchel Kim 2023-09-19 08:15:57 -04:00
parent bd038519d8
commit 7e004eae47
No known key found for this signature in database
GPG key ID: 0436BF9838B5CCC5
2 changed files with 2 additions and 2 deletions

View file

@ -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 - [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 - [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 - [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. - [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. - [Mining](/docs/fundamentals/mining): read about the mining algorithms Geth used to use to secure Ethereum before the network switched to proof-of-stake.

View file

@ -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. 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).