Voluntary exit link is dead in CLI exit command
Calling the account validator exit will eventually lead the user to this dead link: https://lighthouse-book.sigmaprime.io/voluntary-exit.html . The link should be updated to https://lighthouse-book.sigmaprime.io/validator_voluntary_exit.html .
Found in https://github.com/search?q=repo%3Asigp%2Flighthouse%20https%3A%2F%2Flighthouse-book.sigmaprime.io%2Fvoluntary-exit.html&type=code
User cannot find the phrase required to complete the voluntary exit by browsing to this dead link.
Thanks for reporting Remy. This is fixed in the unstable:
https://github.com/sigp/lighthouse/blob/e098f667380cd09c0293d9d892a72e05c5398442/book/src/validator_voluntary_exit.md?plain=1#L48-L49
and
https://github.com/sigp/lighthouse/blob/e098f667380cd09c0293d9d892a72e05c5398442/account_manager/src/validator/exit.rs#L32
We understand the confusion, as some commits in the unstable haven't been merged into the stable for quite a while. This confusion should be resolved in the next release when these commits are merged to stable.
The Lighthouse book uses the unstable branch, so the book shows the updated link.
The stable branch links are also updated now, hopefully there is no more confusion.
Closing as complete