Skip to content

Commit fddd022

Browse files
Marukome0743ijjk
andauthored
docs: fix broken link of new comments path (#71674)
# Summary Add missing comments path to which #61416 changed. ### Improving Documentation - [x] Run `pnpm prettier-fix` to fix formatting issues before opening the PR. - [x] Read the Docs Contribution Guide to ensure your contribution follows the docs guidelines: https://nextjs.org/docs/community/contribution-guide Co-authored-by: JJ Kasper <[email protected]>
1 parent 2e28c96 commit fddd022

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

contributing/repository/triaging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Issues are opened with one of these labels:
1414

1515
### Automated triaging
1616

17-
In case of a bug report, **if the reproduction is missing or insufficient, the issue is automatically closed**, and a comment is added with a correct course of action. The issue will receive [this comment](https://github.com/vercel/next.js/blob/canary/.github/invalid-link.md). We also add an `invalid link` label to mark the issue. To avoid your issue being closed, please follow the [bug report template](https://github.com/vercel/next.js/blob/canary/.github/ISSUE_TEMPLATE/1.bug_report.yml) carefully.
17+
In case of a bug report, **if the reproduction is missing or insufficient, the issue is automatically closed**, and a comment is added with a correct course of action. The issue will receive [this comment](https://github.com/vercel/next.js/blob/canary/.github/comments/invalid-link.md). We also add an `invalid link` label to mark the issue. To avoid your issue being closed, please follow the [bug report template](https://github.com/vercel/next.js/blob/canary/.github/ISSUE_TEMPLATE/1.bug_report.yml) carefully.
1818

1919
If you fill out the "Which area(s) are affected? (Select all that apply)" section of the bug report template, we will add the corresponding [label(s)](https://github.com/vercel/next.js/labels).
2020

errors/opening-an-issue.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ And go through the prepared reproduction steps once again, and check if the issu
2929
- [Video: How to Contribute to Open Source (Next.js)](https://www.youtube.com/watch?v=cuoNzXFLitc)
3030
- [Contributing to Next.js](https://github.com/vercel/next.js/blob/canary/contributing.md)
3131
- [Triaging issues](https://github.com/vercel/next.js/blob/canary/contributing/repository/triaging.md)
32-
- [Verifying canary](https://github.com/vercel/next.js/blob/canary/.github/verify-canary.md)
33-
- [Adding a reproduction](https://github.com/vercel/next.js/blob/canary/.github/invalid-reproduction.md)
34-
- [Simplifying a reproduction](https://github.com/vercel/next.js/blob/canary/.github/simplify-reproduction.md)
32+
- [Verifying canary](https://github.com/vercel/next.js/blob/canary/.github/comments/verify-canary.md)
33+
- [Adding a reproduction](https://github.com/vercel/next.js/blob/canary/.github/comments/invalid-reproduction.md)
34+
- [Simplifying a reproduction](https://github.com/vercel/next.js/blob/canary/.github/comments/simplify-reproduction.md)

errors/version-staleness.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ If you want to report a bug on GitHub, you should upgrade to the newest canary r
5858
- [Video: How to Contribute to Open Source (Next.js)](https://www.youtube.com/watch?v=cuoNzXFLitc)
5959
- [Contributing to Next.js](https://github.com/vercel/next.js/blob/canary/contributing.md)
6060
- [Triaging issues](https://github.com/vercel/next.js/blob/canary/contributing/repository/triaging.md)
61-
- [Verifying canary](https://github.com/vercel/next.js/blob/canary/.github/verify-canary.md)
62-
- [Adding a reproduction](https://github.com/vercel/next.js/blob/canary/.github/invalid-reproduction.md)
63-
- [Simplifying a reproduction](https://github.com/vercel/next.js/blob/canary/.github/simplify-reproduction.md)
61+
- [Verifying canary](https://github.com/vercel/next.js/blob/canary/.github/comments/verify-canary.md)
62+
- [Adding a reproduction](https://github.com/vercel/next.js/blob/canary/.github/comments/invalid-reproduction.md)
63+
- [Simplifying a reproduction](https://github.com/vercel/next.js/blob/canary/.github/comments/simplify-reproduction.md)

0 commit comments

Comments
 (0)