fix: broken links in docs (#5880)

* fix: broken link to consensus api

* fix: broken link to divio.com
This commit is contained in:
Peter Straus 2024-02-10 15:58:29 +01:00 committed by GitHub
parent 8240c1bf34
commit ec710bd90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 By default, validators will be split in half between beacon node and validator
client processes (50/50), communicating through the 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 (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 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 validators), but if you don't want to use external validator clients and instead

View File

@ -12,4 +12,4 @@ The guide is divided into several sections - broadly:
## Resources ## Resources
* [material for mkdocs](https://squidfunk.github.io/mkdocs-material/) - doc generator * [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