diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index f2b66eb..a3259d1 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: true contact_links: - name: zksync-developers Discussion - url: https://github.com/zkSync-Community-Hub/zkync-developers/discussions + url: https://github.com/zkSync-Community-Hub/zksync-developers/discussions about: Please provide feedback, and ask questions here. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e0edb2..d52103d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ yarn format ## Where Can I Ask for Help? -If you need help with contributing or have any questions or concerns, feel free to open an issue or start a discussion in our [zkSync Community Hub](https://github.com/zkSync-Community-Hub/zkync-developers/discussions). We are here to help you. +If you need help with contributing or have any questions or concerns, feel free to open an issue or start a discussion in our [zkSync Community Hub](https://github.com/zkSync-Community-Hub/zksync-developers/discussions). We are here to help you. ## What's Next? diff --git a/README.md b/README.md index 1de0a20..bf10a8b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Here are some useful commands to get started: - `yarn format`: Runs prettier formatter. ## Have a request? 🙋‍♀️ -Do you want to see a specific type of Paymaster contract included in this repository? Head over to the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zkync-developers/discussions/) and tell us about it! We highly value your feedback and are always open to new ideas for showcasing different use-cases and techniques. +Do you want to see a specific type of Paymaster contract included in this repository? Head over to the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zksync-developers/discussions) and tell us about it! We highly value your feedback and are always open to new ideas for showcasing different use-cases and techniques. ## Contributing 🙋‍♂️ diff --git a/contracts/README.md b/contracts/README.md index 322a1a0..cf0525d 100644 --- a/contracts/README.md +++ b/contracts/README.md @@ -47,7 +47,7 @@ To run tests, you'll need to start the zkSync local environment. Please refer to Without starting the zkSync local environment, the tests will fail with an error: `Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)` ## Have a request? 🙋‍♀️ -If you would like to see a specific type of Paymaster contract included in this repository, please let us know in the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zkync-developers/discussions/categories/feature-requests)! We value your feedback and are always open to new ideas for demonstrating different use-cases and techniques. +If you would like to see a specific type of Paymaster contract included in this repository, please let us know in the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zksync-developers/discussions)! We value your feedback and are always open to new ideas for demonstrating different use-cases and techniques. ## Official links 🔗 diff --git a/contracts/contracts/README.md b/contracts/contracts/README.md index 734e1e0..3b81316 100644 --- a/contracts/contracts/README.md +++ b/contracts/contracts/README.md @@ -48,7 +48,7 @@ Under the `utils` directory, you'll find a utility contract: - 👋 **[Greeter](./utils/Greeter.sol)**: A simple contract that returns a greeting. A classic for demonstrating simple contract structure! ## Have a request? 🙋‍♀️ -If you would like to see a specific type of Paymaster contract included in this repository, please let us know in the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zkync-developers/discussions/categories/feature-requests)! We value your feedback and are always open to new ideas for demonstrating different use-cases and techniques. +If you would like to see a specific type of Paymaster contract included in this repository, please let us know in the [zkync-developers/discussions](https://github.com/zkSync-Community-Hub/zksync-developers/discussions)! We value your feedback and are always open to new ideas for demonstrating different use-cases and techniques. ## Important notice ⚠️