From e2d40847015006fb07ee23ea198df8c39b183b58 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Sat, 25 Feb 2023 15:10:43 +0200 Subject: [PATCH] CONTRIBUTING: Fix broken links --- CONTRIBUTING.md | 8 ++++---- 1 file 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