Skip to content

Commit

Permalink
Homepage link + Hardhat admonition (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Dec 20, 2024
1 parent 1df0fce commit 43f4cdc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/get-started/build/quickstart/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion src/components/HomepageCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 43f4cdc

Please sign in to comment.