docs: fix broken examples link#86916
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.
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 <joseph.chamochumbi@vercel.com>
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