From 5ba7e7af0e991a64a78323bf936db986d27613d4 Mon Sep 17 00:00:00 2001 From: pcw109550 Date: Sat, 2 Dec 2023 00:36:30 +0900 Subject: [PATCH] docs: Fix broken PR guideline hyperlink --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8de54cb99c11..bd50d65c82cf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ We recommend using the [Conventional Commits](https://www.conventionalcommits.or Unless your PR is ready for immediate review and merging, please mark it as 'draft' (or simply do not open a PR yet). -Once ready for review, make sure to include a thorough PR description to help reviewers. You can read more about the guidelines for opening PRs in the [PR Guidelines](./handbook/pr-guidelines.md) file. +Once ready for review, make sure to include a thorough PR description to help reviewers. You can read more about the guidelines for opening PRs in the [PR Guidelines](docs/handbook/pr-guidelines.md) file. **Bonus:** Add comments to the diff under the "Files Changed" tab on the PR page to clarify any sections where you think we might have questions about the approach taken.