fix: broken links in docs (#5880)
* fix: broken link to consensus api * fix: broken link to divio.com
This commit is contained in:
parent
8240c1bf34
commit
ec710bd90e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue