diff --git a/docs/developers/HowTo/publish/onboard-avs-dashboard.md b/docs/developers/HowTo/publish/onboard-avs-dashboard.md index 5986f8e6..708e02bd 100644 --- a/docs/developers/HowTo/publish/onboard-avs-dashboard.md +++ b/docs/developers/HowTo/publish/onboard-avs-dashboard.md @@ -17,7 +17,7 @@ Initially, the AVS Marketplace will not be available on Sepolia. For more inform ## Adding a listing -To display an AVS on the [AVS Marketplace](https://app.eigenlayer.xyz/avs), invoke `updateAVSMetadataURI` on the [AllocationManager core contract](https://github.com/Layr-Labs/eigenlayer-contracts/blob/dev/docs/core/AllocationManager.md). +To display an AVS on the [AVS Marketplace](https://app.eigenlayer.xyz/avs), invoke `updateAVSMetadataURI` on the [AllocationManager core contract](https://github.com/Layr-Labs/eigenlayer-contracts/blob/main/docs/core/AllocationManager.md). For information on the expected format and metadata requirements, refer to [Register AVS Metadata](../build/register-avs-metadata.md). @@ -106,4 +106,4 @@ function getRestakeableStrategies() external view returns (address[] memory) { For a reference implemetation, refer to [ServiceManagerBase.sol](https://github.com/Layr-Labs/eigenlayer-middleware/blob/mainnet/src/ServiceManagerBase.sol). ## Mainnet Dashboard onboarding -To complete the process of onboarding your AVS to mainnet AVS Marketplace Dashboard, submit the [EigenLayer Mainnet Dashboard Onboarding Form](https://forms.gle/8BJSntA3eYUnZZgs8). \ No newline at end of file +To complete the process of onboarding your AVS to mainnet AVS Marketplace Dashboard, submit the [EigenLayer Mainnet Dashboard Onboarding Form](https://forms.gle/8BJSntA3eYUnZZgs8).