You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/developers/docs/nodes-and-clients/run-a-node/index.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The first step in spinning up your node is choosing your approach. Based on requ
22
22
23
23
This page will guide you through these decisions and help you find the most suitable way to run your Ethereum instance.
24
24
25
-
To choose from client implementations, see all the available Mainnet ready [execution clients](/developers/docs/nodes-and-clients/#execution-clients), [consensus clients](/developers/docs/nodes-and-clients/#consensus-clients) and learn about [client diversity](/developers/docs/client-diversity).
25
+
To choose from client implementations, see all the available Mainnet ready [execution clients](/developers/docs/nodes-and-clients/#execution-clients), [consensus clients](/developers/docs/nodes-and-clients/#consensus-clients) and learn about [client diversity](/developers/docs/nodes-and-clients/client-diversity).
26
26
27
27
Decide whether to run the software on your own [hardware or in the cloud](#local-vs-cloud), considering clients' [requirements](#requirements).
28
28
@@ -162,7 +162,7 @@ Here are the release pages of clients where you can find their pre-built binarie
162
162
-[Geth](https://geth.ethereum.org/downloads/)
163
163
-[Nethermind](https://downloads.nethermind.io/)
164
164
165
-
It is also worth noting that client diversity is an [issue on the execution layer](/developers/docs/client-diversity/#execution-layer). It is recommended that readers consider running a minority execution client.
165
+
It is also worth noting that client diversity is an [issue on the execution layer](/developers/docs/nodes-and-clients/client-diversity/#execution-layer). It is recommended that readers consider running a minority execution client.
166
166
167
167
##### Consensus clients {#consensus-clients}
168
168
@@ -174,7 +174,7 @@ It is also worth noting that client diversity is an [issue on the execution laye
174
174
175
175
[Client diversity](/developers/docs/nodes-and-clients/client-diversity/) is critical for consensus nodes running validators. If majority of validators is running a single client implementation, network security is at risk. It is therefore recommended to consider choosing a minority client.
176
176
177
-
[See the latest network client usage](https://clientdiversity.org/) and learn more about [client diversity](/developers/docs/client-diversity).
177
+
[See the latest network client usage](https://clientdiversity.org/) and learn more about [client diversity](/developers/docs/nodes-and-clients/client-diversity).
178
178
179
179
##### Verifying the software {#verifying-the-software}
0 commit comments