From aefab4213fb6a7ba3088b6c6b48afd661b901215 Mon Sep 17 00:00:00 2001 From: zainabfatima097 Date: Sun, 29 Jun 2025 16:48:27 +0530 Subject: [PATCH 1/2] 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/ From 40a8d279e3ddeef4bddb13486d5f8e6c89a32c05 Mon Sep 17 00:00:00 2001 From: zainabfatima097 Date: Sun, 29 Jun 2025 16:54:52 +0530 Subject: [PATCH 2/2] Upadted README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a40a246455..9a6c19b06d0 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ yarn yarn build ``` -This can take a bit so please be patient. +This can take some time, please be patient. To learn more about the internals of `webhint`, the structure of the project, how to create new hints, parsers, formatters, etc, take