Skip to content

Commit 315d9ab

Browse files
fix: broken links (#615)
Co-authored-by: Gian <58370608+glpecile@users.noreply.github.com>
1 parent 3ea4717 commit 315d9ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/architecture/components/3_service_manager_contract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Once verified, it will emit another Event, for anyone interested (for example, t
1010

1111
## Details of the contract
1212

13-
Besides the base [EigenLayer middleware contracts](https://github.com/Layr-Labs/eigenlayer-middleware/tree/mainnet/src), the core contract for Aligned is [AlignedLayerServiceManager](../../contracts/src/core/AlignedLayerServiceManager.sol). It is in charge of creating new batch verification tasks, storing batches state and verifying operator responses.
13+
Besides the base [EigenLayer middleware contracts](https://github.com/Layr-Labs/eigenlayer-middleware/tree/mainnet/src), the core contract for Aligned is [AlignedLayerServiceManager](../../../contracts/src/core/AlignedLayerServiceManager.sol). It is in charge of creating new batch verification tasks, storing batches state and verifying operator responses.
1414

1515
### API
1616

docs/guides/2_using_aligned_on_your_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ you can verify that it was verified from your smart contract.
9595

9696
The full example of this flow can be found on the [ZKQuiz Verifier Contract](../../examples/zkquiz/contracts/src/VerifierContract.sol).
9797

98-
An example [python script](../../examples/zkquiz/encode_verification_data.py) can be found
98+
An example [python script](../../examples/verify/encode_verification_data.py) can be found
9999
to encode the call data from the json output of the Aligned cli.
100100
This is then used to call the smart contract using cast:
101101

0 commit comments

Comments
 (0)