diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2023-02-25 15:10:43 +0200 |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2023-02-25 15:12:06 +0200 |
| commit | e2d40847015006fb07ee23ea198df8c39b183b58 (patch) | |
| tree | 9dcde89036c94031630d6026d2130c1aea595d3d | |
| parent | 5ab255b26b4f23ca4b6fab2a660f8cf55fcda48b (diff) | |
CONTRIBUTING: Fix broken links
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3b33aa7..83614e81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Here are things you can do to help. - [Write and improve documentation](#documentation) - [Fix bugs, add functionalities and improve the code](#how-to-create-a-pull-request) - Participate in the discussions within issues and PRs. Your feedback is appreciated! -- Review pull requests. Follow the instructions [here](maintainer-guide.md#reviewing-prs) +- Review pull requests. Follow the instructions [here](doc/maintainer-guide.md#reviewing-prs) ## Documentation @@ -31,11 +31,11 @@ and create a [pull request](https://docs.github.com/en/pull-requests/collaborati When making changes to the firmware: -- Consider if your feature aligns with the [InfiniTime vision](InfiniTimeVision.md) +- Consider if your feature aligns with the [InfiniTime vision](doc/InfiniTimeVision.md) - Test your changes on a PineTime or InfiniSim -- Make sure the code conforms to the [coding conventions](coding-convention.md) +- Make sure the code conforms to the [coding conventions](doc/coding-convention.md) -You can also check the [maintainer's guide](maintainer-guide.md) +You can also check the [maintainer's guide](doc/maintainer-guide.md) for what maintainers will look at in PRs. ### Commit conventions |
