Skip to content

Commit

Permalink
docs: fix documentation links after update (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov authored Jun 25, 2024
1 parent 8815ef5 commit 2614ad0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ made, and there is no point in running tests in all LLVM optimization modes.
<details>
<summary>2. Install Rust.</summary>

* 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2614ad0

Please sign in to comment.