From 0896730d146b528d04d7d94d8bdf39d17667277c Mon Sep 17 00:00:00 2001 From: jlwllmr <95916148+jlwllmr@users.noreply.github.com> Date: Fri, 20 Dec 2024 15:47:59 +0000 Subject: [PATCH] Homepage link + Hardhat admonition --- docs/get-started/build/quickstart/deploy.mdx | 6 ++++++ src/components/HomepageCards/index.tsx | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/get-started/build/quickstart/deploy.mdx b/docs/get-started/build/quickstart/deploy.mdx index 61fd5ff77..ee1994334 100644 --- a/docs/get-started/build/quickstart/deploy.mdx +++ b/docs/get-started/build/quickstart/deploy.mdx @@ -20,6 +20,12 @@ This involves: > _Estimated time to complete: ~20 minutes._ +:::note Hardhat + +If you'd prefer to deploy your contract using Hardhat rather than Foundry, see our [guide](../../how-to/deploy-smart-contract/hardhat.mdx). + +::: + ## Prerequisites A Linea-compatible wallet with some Linea Sepolia ETH. We recommend using [MetaMask](https://metamask.io/). diff --git a/src/components/HomepageCards/index.tsx b/src/components/HomepageCards/index.tsx index d2a1ae0ea..31462285a 100644 --- a/src/components/HomepageCards/index.tsx +++ b/src/components/HomepageCards/index.tsx @@ -28,7 +28,7 @@ type CardItem = { const CardList: CardItem[] = [ { title: "Deploy a smart contract", - link: "/get-started/how-to/deploy-smart-contract", + link: "/get-started/build/quickstart/deploy", description: ( <> Learn how to deploy a smart contract on Linea.