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