docs: fix broken link and typo correction (#923)

* broken redirect CONTRIBUTING.md

* typo README.md
This commit is contained in:
youyyytrok
2025-01-27 15:10:57 +03:00
committed by GitHub
parent 0f4aca3ded
commit ed8141e873
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ Pull requests are great if you want to add a feature or fix a bug. Here's a quic
3. Add a test for your change. Only refactoring and documentation changes require no new tests.
4. Make sure to check out the [Style Guide](/CONTRIBUTING#style-guide) and ensure that your code complies with the rules.
4. Make sure to check out the [Style Guide](/CONTRIBUTING.md#style-guide) and ensure that your code complies with the rules.
5. Make the test pass.

View File

@@ -281,7 +281,7 @@ Install the dependencies:
cd semaphore && yarn
```
And build the repositiory:
And build the repository:
```bash
yarn build