From 2f26083c602d7f98df55ff70b4903c627b96ada3 Mon Sep 17 00:00:00 2001 From: Le-Caignec Date: Wed, 25 Mar 2026 09:59:25 +0100 Subject: [PATCH] chore: update card URL --- src/components/HomePage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HomePage.vue b/src/components/HomePage.vue index 9d72a1f..4c2660f 100644 --- a/src/components/HomePage.vue +++ b/src/components/HomePage.vue @@ -49,13 +49,13 @@ const financialFeatures = [ icon: ctokenIcon, title: 'Confidential Token', description: 'Transform any ERC-20 into a confidential asset.', - link: '/nox-protocol/guides/build-confidential-tokens/erc7984-token', + link: '/nox-protocol/guides/build-confidential-tokens/intro', }, { icon: smartContractsIcon, title: 'Confidential Smart Contracts', description: 'Write standard Solidity contracts using the Nox Library.', - link: '/nox-protocol/guides/build-confidential-smart-contracts/hardhat', + link: '/nox-protocol/guides/build-confidential-smart-contracts/intro', }, { icon: helloWorldIcon,