From 55f29b5cf390d5716c2fa54f1b0bc467168a4776 Mon Sep 17 00:00:00 2001 From: MartinKong1990 <104483650+MartinKong1990@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:08:13 +0800 Subject: [PATCH] chore: Update CONTRIBUTING.md - Fix broken link to SECURITY.md (#357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Old: ./github/SECURITY.md New: ./SECURITY.md # What ❔ ## Why ❔ ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. - [ ] Code has been formatted via `zk fmt` and `zk lint`. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd3d4584296..766e6e2bf0f 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