diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml --- a/.github/workflows/checklist.yml +++ b/.github/workflows/checklist.yml @@ -89,7 +89,7 @@ /* Loop for each key in "checklist". */ for (const c in checklist) msg += "- " + c + "" + checklist[c].join(", ") + "\n"; - msg += "\nPlease review CONTRIBUTING.md, then update and push your branch again.\n" + msg += "\nPlease review [CONTRIBUTING.md](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md), then update and push your branch again.\n" comment_func({ owner: context.repo.owner,