From 6982cbfa60de9dd6f96dc9816ef716a31a85eaab Mon Sep 17 00:00:00 2001 From: TheUncertaintim Date: Thu, 3 Jul 2025 06:21:33 +0800 Subject: [PATCH] docs: Fix broken link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 97c2cfa2a0b6f..10594a75cb4a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,7 +113,7 @@ node --run build 1. **Create a branch**: `git checkout -b your-feature-branch` 2. **Commit changes**: Follow our [commit guidelines](./docs/code-style.md#commit-guidelines) 3. **Push to your fork**: `git push origin your-feature-branch` -4. **Open a Pull Request**: Use our [pull request template](.github/pull_request_template.md) +4. **Open a Pull Request**: Use our [pull request template](.github/PULL_REQUEST_TEMPLATE.md) ## Documentation Structure