From ec710bd90e98214d014d8c029ff4baa53692f725 Mon Sep 17 00:00:00 2001 From: Peter Straus <153843855+krauspt@users.noreply.github.com> Date: Sat, 10 Feb 2024 15:58:29 +0100 Subject: [PATCH] fix: broken links in docs (#5880) * fix: broken link to consensus api * fix: broken link to divio.com --- README.md | 2 +- docs/the_nimbus_book/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30f50fa5b..6aff067f1 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ make VALIDATORS=192 NUM_NODES=6 USER_NODES=1 local-testnet-minimal By default, validators will be split in half between beacon node and validator client processes (50/50), communicating through the -[common validator API](https://ethereum.github.io/consensus-APIs/#/ValidatorRequiredApi) +[common validator API](https://ethereum.github.io/beacon-APIs/#/ValidatorRequiredApi) (for example with `192` validators and `6` nodes you will roughly end up with 6 beacon node and 6 validator client processes, where each of them will handle 16 validators), but if you don't want to use external validator clients and instead diff --git a/docs/the_nimbus_book/README.md b/docs/the_nimbus_book/README.md index a57583ba2..37094bfee 100644 --- a/docs/the_nimbus_book/README.md +++ b/docs/the_nimbus_book/README.md @@ -12,4 +12,4 @@ The guide is divided into several sections - broadly: ## Resources * [material for mkdocs](https://squidfunk.github.io/mkdocs-material/) - doc generator -* [divio](https://documentation.divio.com/introduction/) - useful resource diving into the above section structure +* [divio](https://documentation.divio.com/introduction.html) - useful resource diving into the above section structure