From 778dfc6905a814ed7ce3b01568d49e4a4872d7bb Mon Sep 17 00:00:00 2001 From: Petr Opravil Date: Mon, 6 Oct 2025 11:58:16 +0200 Subject: [PATCH] fix(docu): Fix filepaths in the contribution guide --- docu/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docu/CONTRIBUTING.md b/docu/CONTRIBUTING.md index ce4f311a0..1c96e4c73 100644 --- a/docu/CONTRIBUTING.md +++ b/docu/CONTRIBUTING.md @@ -30,13 +30,13 @@ If a pre-commit hook has modified any of the files when you run `git commit`, ad ## Adding new components -[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. +[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. New Board Support Packages should follow recommendations in [BSP development guide](./BSP_development_guide.md). ## Supported IDF versions -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). +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). ## Additional information 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)