-
Notifications
You must be signed in to change notification settings - Fork 30k
docs: fix broken examples link #86916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
1 similar comment
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes a broken documentation link in the community contribution guide. The previous link incorrectly pointed to https://github.com/vercel/next.js/tree/canary/contributing/examples, which resulted in 404 errors. The corrected link now points to the proper location at https://github.com/vercel/next.js/tree/canary/examples.
Key Changes:
- Updated the Examples link in the contribution guide to point to the correct GitHub directory
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Good catch! The broken link to the examples folder definitely causes confusion. The fix looks correct - pointing to Simple but helpful documentation fix. |
### What? Fix broken link in the documentation pointing to the examples folder. ### Why? The previous link to the examples folder in `docs/04-community/index.mdx` was incorrect: https://github.com/vercel/next.js/tree/canary/contributing/examples This caused confusion and 404 errors for contributors trying to access the correct examples. (the url page is in here https://nextjs.org/docs/community/contribution-guide) ### How? Updated the link in `docs/04-community/index.mdx` to point to the correct folder: from https://github.com/vercel/next.js/tree/canary/contributing/examples to https://github.com/vercel/next.js/tree/canary/examples Co-authored-by: Joseph <[email protected]>
What?
Fix broken link in the documentation pointing to the examples folder.
Why?
The previous link to the examples folder in
docs/04-community/index.mdxwas incorrect:https://github.com/vercel/next.js/tree/canary/contributing/examples
This caused confusion and 404 errors for contributors trying to access the correct examples.
(the url page is in here https://nextjs.org/docs/community/contribution-guide)
How?
Updated the link in
docs/04-community/index.mdxto point to the correct folder:from
https://github.com/vercel/next.js/tree/canary/contributing/examples
to
https://github.com/vercel/next.js/tree/canary/examples