diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 8d7b20bc..35b6ad5d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -64,7 +64,7 @@ export const smartContractGuides = [ { title: 'ERC 7683 Cross Chain Intents', text: 'Read data from other chains and prove the results back to your contract.', - to: '/integration/7683/xChainRead', + to: '/integration/xChainRead/overview', }, ]