Skip to content

Commit 87527d5

Browse files
committed
Fix .md links
1 parent a0d0e88 commit 87527d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

book/src/validator_manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The `validator-manager` boasts the following features:
3030

3131
## Guides
3232

33-
- [Creating and importing validators using the `create` and `import` commands.](./validator-manager-create.md)
34-
- [Moving validators between two VCs using the `move` command.](./validator-manager-move.md)
35-
- [Managing validators such as exit, delete, import and list validators.](./validator-manager-api.md)
33+
- [Creating and importing validators using the `create` and `import` commands.](./validator_manager_create.md)
34+
- [Moving validators between two VCs using the `move` command.](./validator_manager_move.md)
35+
- [Managing validators such as exit, delete, import and list validators.](./validator_manager_api.md)
3636
- [Creating and importing validators using the `create` and `import` commands.](./validator_manager_create.md)
3737
- [Moving validators between two VCs using the `move` command.](./validator_manager_move.md)
3838
- [Managing validators such as delete, import and list validators.](./validator_manager_api.md)

book/src/validator_manager_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To exit all validators on the validator client, use the keyword `all`:
3232
lighthouse vm exit --vc-token ~/.lighthouse/mainnet/validators/api-token.txt --validators all --beacon-node http://localhost:5052
3333
```
3434

35-
To check the voluntary exit status, refer to [the list command](./validator-manager-api.md#list).
35+
To check the voluntary exit status, refer to [the list command](./validator_manager_api.md#list).
3636

3737
The following command will only generate a presign voluntary exit message and save it to a file named `{validator_pubkey}.json`. It **will not** publish the voluntary exit to the network.
3838

book/src/validator_voluntary_exit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A validator can initiate a voluntary exit provided that the validator is current
1010
It takes at a minimum 5 epochs (32 minutes) for a validator to exit after initiating a voluntary exit.
1111
This number can be much higher depending on how many other validators are queued to exit.
1212

13-
You can also perform voluntary exit for one or more validators using the validator manager, see [Managing Validators](./validator-manager-api.md#exit) for more details.
13+
You can also perform voluntary exit for one or more validators using the validator manager, see [Managing Validators](./validator_manager_api.md#exit) for more details.
1414

1515
## Initiating a voluntary exit
1616

0 commit comments

Comments
 (0)