Skip to content

Commit b88650c

Browse files
authored
fix: broken link (#501)
Fix broken link in middlewareV2 readME
1 parent 084485e commit b88650c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/middlewareV2/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[elip-008]: https://github.com/eigenfoundation/ELIPs/blob/elip-008v1/ELIPs/ELIP-008.md
2-
[core-multichain-docs]: https://github.com/Layr-Labs/eigenlayer-contracts/tree/main/docs/multichain
3-
41
## MiddlewareV2
52

63
The middlewareV2 architecture simplifies AVS development by:
@@ -132,7 +129,7 @@ AVS developers only have to manage deployments of the the following contracts on
132129

133130
MiddlewareV2 architecture defines standards for the `AVSRegistrar` and `OperatorTableCalculator`.
134131

135-
See the [`multichain-ELIP`](elip-008) and [`core contracts documentation`](core-multichain-docs) for more information.
132+
See the [`multichain-ELIP`](https://github.com/eigenfoundation/ELIPs/blob/elip-008v1/ELIPs/ELIP-008.md) and [`core contracts documentation`](https://github.com/Layr-Labs/eigenlayer-contracts/tree/main/docs/multichain) for more information.
136133

137134
---
138135

@@ -189,4 +186,4 @@ The [`AllocationManager`](https://github.com/Layr-Labs/eigenlayer-contracts/blob
189186
See the [`AVSRegistrar`](./AVSRegistrar.md#system-diagrams) for how an AVS is initialized to the core protocol.
190187

191188
#### Certificate Verifier
192-
The [`CertificateVerifier`](https://github.com/Layr-Labs/eigenlayer-contracts/blob/main/docs/multichain/destination/CertificateVerifier.md) is responsible for verifying certificates from an offchain task, on-chain. The stakes in the certificate verifier are defined by the AVS-deployed `OperatorTableCalculator` and transported via an off-chain process run by Eigen labs. The `CertificateVerifier` contracts support two signature schemes: ECDSA for individual signatures and BN254 for aggregated signatures. See [multichain docs](core-multichain-docs) for more information.
189+
The [`CertificateVerifier`](https://github.com/Layr-Labs/eigenlayer-contracts/blob/main/docs/multichain/destination/CertificateVerifier.md) is responsible for verifying certificates from an offchain task, on-chain. The stakes in the certificate verifier are defined by the AVS-deployed `OperatorTableCalculator` and transported via an off-chain process run by Eigen labs. The `CertificateVerifier` contracts support two signature schemes: ECDSA for individual signatures and BN254 for aggregated signatures. See [multichain docs](https://github.com/Layr-Labs/eigenlayer-contracts/tree/main/docs/multichain) for more information.

0 commit comments

Comments
 (0)