Skip to content

Commit e2d4084

Browse files
committed
CONTRIBUTING: Fix broken links
1 parent 5ab255b commit e2d4084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Here are things you can do to help.
66
- [Write and improve documentation](#documentation)
77
- [Fix bugs, add functionalities and improve the code](#how-to-create-a-pull-request)
88
- Participate in the discussions within issues and PRs. Your feedback is appreciated!
9-
- Review pull requests. Follow the instructions [here](maintainer-guide.md#reviewing-prs)
9+
- Review pull requests. Follow the instructions [here](doc/maintainer-guide.md#reviewing-prs)
1010

1111
## Documentation
1212

@@ -31,11 +31,11 @@ and create a [pull request](https://docs.github.com/en/pull-requests/collaborati
3131

3232
When making changes to the firmware:
3333

34-
- Consider if your feature aligns with the [InfiniTime vision](InfiniTimeVision.md)
34+
- Consider if your feature aligns with the [InfiniTime vision](doc/InfiniTimeVision.md)
3535
- Test your changes on a PineTime or InfiniSim
36-
- Make sure the code conforms to the [coding conventions](coding-convention.md)
36+
- Make sure the code conforms to the [coding conventions](doc/coding-convention.md)
3737

38-
You can also check the [maintainer's guide](maintainer-guide.md)
38+
You can also check the [maintainer's guide](doc/maintainer-guide.md)
3939
for what maintainers will look at in PRs.
4040

4141
### Commit conventions

0 commit comments

Comments
 (0)