From 545e02111b180f546d0ac8f00879e7b2a3905eed Mon Sep 17 00:00:00 2001 From: Alexander Melnikov Date: Thu, 5 Dec 2024 15:19:06 -0700 Subject: [PATCH] fix(docs): fix broken link on Quick Start page (#280) # Description Fixing a broken link on Quick Start page: https://docs.zksync.io/zk-stack/running-a-zk-chain/quickstart Actual: "Ensure you have followed [these instructions](https://github.com/matter-labs/zksync-era/blob/main/docs/guides/setup-dev.md)" Expected: "Ensure you have followed [these instructions](https://github.com/matter-labs/zksync-era/blob/main/docs/src/guides/setup-dev.md)" --- content/10.zk-stack/20.running-a-zk-chain/10.quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/10.zk-stack/20.running-a-zk-chain/10.quickstart.md b/content/10.zk-stack/20.running-a-zk-chain/10.quickstart.md index d2218e59..f3e77a05 100644 --- a/content/10.zk-stack/20.running-a-zk-chain/10.quickstart.md +++ b/content/10.zk-stack/20.running-a-zk-chain/10.quickstart.md @@ -5,7 +5,7 @@ description: Quickstart - Getting Started with ZK Stack ## Development dependencies -Ensure you have followed [these instructions](https://github.com/matter-labs/zksync-era/blob/main/docs/guides/setup-dev.md) +Ensure you have followed [these instructions](https://github.com/matter-labs/zksync-era/blob/main/docs/src/guides/setup-dev.md) to set up dependencies on your machine (don't worry about the Environment section for now). ## Deploying locally