Skip to content

Commit b7b4549

Browse files
committed
Update links in Lighthouse Book (#4279)
## Issue Addressed Update some broken links in Lighthouse Book ## Proposed Changes The updated links correctly link to the section of the book ## Additional Info Please provide any additional information. For example, future considerations or information useful for reviewers.
1 parent 8d9c748 commit b7b4549

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

book/src/mainnet-validator.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[launchpad]: https://launchpad.ethereum.org/
44
[lh-book]: https://lighthouse-book.sigmaprime.io/
5-
[testnet-validator]: ./testnet-validator.md
65
[advanced-datadir]: ./advanced-datadir.md
76
[license]: https://github.com/sigp/lighthouse/blob/stable/LICENSE
87
[slashing]: ./slashing-protection.md
@@ -15,7 +14,7 @@ managing servers. You'll also need at least 32 ETH!
1514
Being educated is critical to a validator's success. Before submitting your mainnet deposit, we recommend:
1615

1716
- Thoroughly exploring the [Staking Launchpad][launchpad] website, try running through the deposit process using a testnet launchpad such as the [Goerli staking launchpad](https://goerli.launchpad.ethereum.org/en/).
18-
- Running a [testnet validator][testnet-validator].
17+
- Running a testnet validator.
1918
- Reading through this documentation, especially the [Slashing Protection][slashing] section.
2019
- Performing a web search and doing your own research.
2120

book/src/run_a_node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You should be finished with one [Installation](./installation.md) method of your
66
1. Create a [JWT secret file](#step-1-create-a-jwt-secret-file)
77
1. Set up an [execution node](#step-2-set-up-an-execution-node);
88
1. Set up a [beacon node](#step-3-set-up-a-beacon-node-using-lighthouse);
9-
1. [Check logs for sync status](#step-4-check-logs);
9+
1. [Check logs for sync status](#step-4-check-logs-for-sync-status);
1010

1111

1212

0 commit comments

Comments
 (0)