From aefab4213fb6a7ba3088b6c6b48afd661b901215 Mon Sep 17 00:00:00 2001 From: zainabfatima097 Date: Sun, 29 Jun 2025 16:48:27 +0530 Subject: [PATCH] fix(docs): update broken 'creating a new rule' link in contributor guide --- .github/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2b56ca79a3d..51aa4d93a9a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -26,4 +26,5 @@ before contributing. [cla]: https://openjsf.org/cla [coc]: https://github.com/webhintio/.github/blob/main/CODE_OF_CONDUCT [contributor guide]: https://webhint.io/docs/contributor-guide/ +You can learn more about [creating a new rule](https://webhint.io/docs/contributor-guide/how-to/rule/). [pr process]: https://webhint.io/docs/contributor-guide/getting-started/pull-requests/