From 35fa0b1d420679e0aef0e523eef52466a10d1e02 Mon Sep 17 00:00:00 2001 From: David Cermak Date: Tue, 12 Aug 2025 14:09:26 +0200 Subject: [PATCH] ci(common): Fix the link to CONTRIBUTING guidelines --- .github/workflows/pre_commit_check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre_commit_check.yml b/.github/workflows/pre_commit_check.yml index c91d51c02..f4de2cb6f 100644 --- a/.github/workflows/pre_commit_check.yml +++ b/.github/workflows/pre_commit_check.yml @@ -39,7 +39,7 @@ jobs: if ! pre-commit run --from-ref origin/HEAD --to-ref HEAD --hook-stage manual --show-diff-on-failure ; then echo "" echo "::notice::It looks like the commits in this PR have been made without having pre-commit hooks installed." - echo "::notice::Please see https://github.com/espressif/esp-protocols/CONTRIBUTING.md for instructions." + echo "::notice::Please see https://github.com/espressif/esp-protocols/blob/master/CONTRIBUTING.md for instructions." echo "" exit 1 fi