Skip to content

Commit

Permalink
Fix broken links. (#1340)
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
  • Loading branch information
bgravenorst authored Jun 14, 2023
1 parent 90c2176 commit 0d9b7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/private-networks/how-to/deploy/ethstats.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Ethstats network monitor

# Connect to Ethstats network monitor

Connect to [Ethstats](https://ethstats.net) to display real time and historical [statistics](#statistics) about the network and nodes.
Connect to [Ethstats](https://ethstats.dev/) to display real time and historical [statistics](#statistics) about the network and nodes.
You can connect to the Ethstats dashboard by [connecting to a client and server](#connect-through-a-client-and-server) or by [connecting through the command line](#connect-through-the-command-line).

## Components
Expand Down
2 changes: 1 addition & 1 deletion docs/public-networks/concepts/the-merge.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ with each other in a peer-to-peer network.
Consensus clients, such as [Teku], contain beacon node and validator client implementations.
The beacon node is the primary link to the [Beacon Chain] (consensus layer).
The validator client performs [validator duties](proof-of-stake/index.md) on the consensus layer.
Consensus clients serve [REST API](https://docs.teku.consensys.net/en/stable/Reference/Rest_API/Rest/)
Consensus clients serve [REST API](https://docs.teku.consensys.net/reference/rest)
requests and communicate with each other in a peer-to-peer network.

## What happened during The Merge
Expand Down

0 comments on commit 0d9b7d8

Please sign in to comment.