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