From f37b84ac75de8606382943bb10b8d064c475b5a0 Mon Sep 17 00:00:00 2001 From: Daniel Lumi <149794418+zk-Lumi@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:39:26 +0200 Subject: [PATCH] chore(zk_toolbox): update shared bridge url link to docs (#2754) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## What ❔ - Fixed docs link in zk_toolbox to shared bridge ## Why ❔ - Docs link in zk_toolbox to shared bridge was broken ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`. --- zk_toolbox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zk_toolbox/README.md b/zk_toolbox/README.md index 5f2e40c85be7..b35d4c8d56f1 100644 --- a/zk_toolbox/README.md +++ b/zk_toolbox/README.md @@ -37,7 +37,7 @@ Foundry is used for deploying smart contracts. Pass flags for Foundry integratio ZK Stack allows you to create a new ecosystem or connect to an existing one. An ecosystem includes components like the BridgeHub, shared bridges, and state transition managers. -[Learn more](https://docs.zksync.io/zk-stack/components/shared-bridges.html). +[Learn more](https://docs.zksync.io/zk-stack/components/shared-bridges). #### Global Config