website: fix bad link and typo (#28157)
This commit is contained in:
parent
bd038519d8
commit
d7109dd46e
|
@ -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.
|
||||
|
|
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue