Skip to content

prerelease-dev-3be5e48

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 12:39
3be5e48
chore: dead link docs in CONTRIBUTING.md (#18)

# What ❔

Hi! I updates a dead link in the CONTRIBUTING.md file. The old link
pointing to era.zksync.io/docs/ has been replaced with the correct URL
https://docs.zksync.io/zksync-era. This ensures that contributors are
directed to the correct and up-to-date documentation.

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [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`.