Skip to content

Commit 1f7afb0

Browse files
committed
fix(docu): Fix filepaths in the contribution guide
1 parent 4f5f08f commit 1f7afb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docu/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ If a pre-commit hook has modified any of the files when you run `git commit`, ad
3030

3131
## Adding new components
3232

33-
[Pull request template](.github/PULL_REQUEST_TEMPLATE/pr_template_bsp.md) contains a checklist of things we require in new components. Please familiarize yourself with the checklist when developing a new component.
33+
[Pull request template](../.github/PULL_REQUEST_TEMPLATE/pr_template_bsp.md) contains a checklist of things we require in new components. Please familiarize yourself with the checklist when developing a new component.
3434

3535
New Board Support Packages should follow recommendations in [BSP development guide](./BSP_development_guide.md).
3636

3737
## Supported IDF versions
3838

39-
All components are expected to be usable with multiple supported IDF versions. You can find the list in the [CI workflow file](.github/workflows/build_test.yml).
39+
All components are expected to be usable with multiple supported IDF versions. You can find the list in the [CI workflow file](../.github/workflows/build-run-applications.yml).
4040

4141
## Additional information
4242
More information about idf-component-manager can be found in [Espressif API guide](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html)

0 commit comments

Comments
 (0)