From 12b187d5883fc6e2712b467bbc4e6932489598ee Mon Sep 17 00:00:00 2001 From: httpjunkie Date: Thu, 12 Sep 2024 11:09:30 -0400 Subject: [PATCH] Update quickstart link to create a simple dapp --- wallet/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet/index.mdx b/wallet/index.mdx index 9dd8a223ee..d47d6d687b 100644 --- a/wallet/index.mdx +++ b/wallet/index.mdx @@ -40,7 +40,7 @@ You can interact with your users' Ethereum accounts, performing tasks such as th ### Want to get started quickly? -Check out the [Ethereum Quick Start Guide](/services/reference/ethereum/quickstart.md). +Check out the [Create a simple dapp](/wallet/tutorials/javascript-dapp-simple.md) tutorial. For a step-by-step guide on integrating MetaMask into your dapp in just a few minutes, you can check out our React tutorials: