Nimbus guide: Fix link to consensus light client page (#4336)

This commit is contained in:
Kim De Mey 2022-11-18 18:22:10 +01:00 committed by GitHub
parent 0e32ed0cc0
commit 84bacf7cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ This book describes the consensus layer client, [`nimbus-eth2`](https://github.c
* [Web3Signer](https://docs.web3signer.consensys.net/en/latest/) remote signing
* [Validator monitoring](./validator-monitor.md) and [performance analysis](./attestation-performance.md) tooling
* [External block builder](./external-block-builder.md) (PBS / mev-boost) support with execution client fallback
* [Light consensus client](./el-light-client,md) for running an execution client without a beacon node
* [Light consensus client](./el-light-client.md) for running an execution client without a full beacon node
## Get in touch