From 2614ad0e6583b2b1dce9bf66bc8e0b046714a870 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Tue, 25 Jun 2024 16:33:34 +0100 Subject: [PATCH] docs: fix documentation links after update (#56) --- CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- SECURITY.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95cda68b..746e04f6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,7 +13,7 @@ There are many ways to contribute to the ZK Stack: issues. 3. Resolve issues: either by showing an issue isn't a problem and the current state is ok as is or by fixing the problem and opening a PR. -4. Report security issues, see [our security policy](./github/SECURITY.md). +4. Report security issues, see [our security policy](./SECURITY.md). 5. [Join the team!](https://matterlabs.notion.site/Shape-the-future-of-Ethereum-at-Matter-Labs-dfb3b5a037044bb3a8006af2eb0575e0) ## Fixing issues @@ -33,7 +33,7 @@ license. We aim to make it as easy as possible to contribute to the mission. This is still WIP, and we're happy for contributions and suggestions here too. Some resources to help: -1. [ZKsync Era docs!](https://era.zksync.io/docs/) +1. [ZKsync Era docs!](https://docs.zksync.io/) 2. Company links can be found in the [repo's readme](README.md) ## Code of Conduct diff --git a/README.md b/README.md index 1cbfbcbb..2a58e389 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ made, and there is no point in running tests in all LLVM optimization modes.
2. Install Rust. - * Follow the latest [official instructions]((https://www.rust-lang.org/tools/install)): + * Follow the latest [official instructions](https://www.rust-lang.org/tools/install: ```shell curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh . ${HOME}/.cargo/env @@ -291,7 +291,7 @@ at your option. ## Resources -[ZKsync Era compiler toolchain documentation](https://era.zksync.io/docs/api/compiler-toolchain) +[ZKsync Era compiler toolchain documentation](https://docs.zksync.io/zk-stack/components/compiler/toolchain) ## Official Links diff --git a/SECURITY.md b/SECURITY.md index 2f2871ce..d7706081 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,7 @@ We truly appreciate efforts to discover and disclose security issues responsibly ## Vulnerabilities If you'd like to report a security issue in the repositories of matter-labs organization, please proceed to our -[Bug Bounty Program on Immunefi](https://era.zksync.io/docs/reference/troubleshooting/audit-bug-bounty.html#bug-bounty-program). +[Bug Bounty Program on Immunefi](https://docs.zksync.io/build/resources/audit-bug-bounty#bug-bounty-program). ## Other Security Issues