Skip to content

Commit

Permalink
Amend paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Dec 9, 2024
1 parent 39787ba commit 7340f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/build/quickstart/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This involves:
1. [Creating a project](#create-a-project)
2. [Deploying](#deploy-a-contract) and then [verifying](#verify-a-contract) your contract.

After that, we'll move to [part two](./frontend.mdx): deploying your app and ensuring it interacts
After that, we'll move to [part two](./app.mdx): deploying your app and ensuring it interacts
with your deployed contract.

> _Estimated time to complete: ~20 minutes._
Expand Down Expand Up @@ -254,5 +254,5 @@ forge create --rpc-url https://rpc.sepolia.linea.build --account test-account --
## Next steps

Now you've successfully deployed and verified your contract! It's recorded on the blockchain and
ready to receive calls from your app. Speaking of which, head to [part two of our quickstart](./frontend.mdx)
ready to receive calls from your app. Speaking of which, head to [part two of our quickstart](./app.mdx)
to learn how to deploy an app and configure it to interact with your deployed contract.

0 comments on commit 7340f97

Please sign in to comment.