diff --git a/docs/EigenLayerMiddleware.md b/docs/EigenLayerMiddleware.md index 733b036..62576e0 100644 --- a/docs/EigenLayerMiddleware.md +++ b/docs/EigenLayerMiddleware.md @@ -83,7 +83,7 @@ sequenceDiagram ## Validator Registration & Delegation -*Registration* and *delegation* data structures come from URC's [`Registry.sol`](../lib/urc/src/Registry.sol). +*Registration* and *delegation* data structures come from URC's [`Registry.sol`](https://github.com/eth-fabric/urc/blob/5f18225c4d027b49084605129b7666a37ea13412/src/Registry.sol). * `SignedRegistration` → BLS‐signed validator ID + owner * `SignedDelegation` → BLS‐signed delegation authorising a committer key diff --git a/docs/LinglongSlasher.md b/docs/LinglongSlasher.md index 71f8ed6..3081c19 100644 --- a/docs/LinglongSlasher.md +++ b/docs/LinglongSlasher.md @@ -97,5 +97,5 @@ sequenceDiagram --- ## References -* URC Registry source – [`Registry.sol`](../lib/urc/src/Registry.sol) -* EigenLayer slashing interface – [`IAllocationManager.slashOperator`](https://github.com/Layr-Labs/eigenlayer-middleware-contracts/blob/main/src/contracts/core/AllocationManager.sol) \ No newline at end of file +* URC Registry source – [`Registry.sol`](https://github.com/eth-fabric/urc/blob/5f18225c4d027b49084605129b7666a37ea13412/src/Registry.sol) +* EigenLayer slashing interface – [`IAllocationManager.slashOperator`](https://github.com/Layr-Labs/eigenlayer-contracts/blob/main/src/contracts/core/AllocationManager.sol) diff --git a/docs/TaiyiRegistryCoordinator.md b/docs/TaiyiRegistryCoordinator.md index 65838be..ac0613e 100644 --- a/docs/TaiyiRegistryCoordinator.md +++ b/docs/TaiyiRegistryCoordinator.md @@ -97,4 +97,4 @@ The coordinator is **read-only** during slashing. `LinglongSlasher` queries: ## External Links -* EigenLayer **AVS registrar interface** – \ No newline at end of file +* EigenLayer **AVS registrar interface** –