From 57190cd5dcd7919d82df40f1b32d7928085c758a Mon Sep 17 00:00:00 2001 From: Marsel M Date: Thu, 24 Nov 2022 13:21:32 +0600 Subject: [PATCH] feat: fix broken link --- docs/faq/neon-brief-faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/neon-brief-faq.md b/docs/faq/neon-brief-faq.md index 787882fe7..b48d11a4d 100644 --- a/docs/faq/neon-brief-faq.md +++ b/docs/faq/neon-brief-faq.md @@ -15,7 +15,7 @@ Neon EVM is a smart contract on Solana acting as the Ethereum Virtual Machine. I ### How can I start building on Neon? -To begin building on Neon, follow our [Quick Start Guide](https://docs.neon-labs.org/docs). Porting and deploying your existing EVM contracts onto Neon using Truffle, Remix, or Hardhat is also an easy and seamless process. +To begin building on Neon, follow our [Quick Start Guide](https://docs.neon-labs.org/docs/quick_start). Porting and deploying your existing EVM contracts onto Neon using Truffle, Remix, or Hardhat is also an easy and seamless process. ### Why is Neon good for Ethereum dApps?