From 45658d23cc08866a3e3228539f29c9dd86be7165 Mon Sep 17 00:00:00 2001 From: Artem Makhortov <13339874+artmakh@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:15:00 +0700 Subject: [PATCH] chore(docs): Fix links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c63f067b1..cebc28896 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ ## 🌍 Connecting to local node -Harness the Portal's power to connect to your [local zkSync Era node](https://era.zksync.io/docs/tools/testing/). +Harness the Portal's power to connect to your [local zkSync Era node](https://docs.zksync.io/zksync-node/quickstart). **Prerequisites:** Node.js version 16+, npm version 7+ -1. 📚 Follow the [documentation](https://era.zksync.io/docs/tools/testing/) for setting up either an **in-memory node** or **dockerized local setup**. +1. 📚 Follow the [documentation](https://docs.zksync.io/zksync-node/quickstart) for setting up either an **in-memory node** or **dockerized local setup**. 2. 🔄 Clone the Portal repository and set it up: ```bash git clone https://github.com/matter-labs/dapp-portal.git