Skip to content

Conversation

@muhammadsyaddad
Copy link
Contributor

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

Copilot AI review requested due to automatic review settings December 7, 2025 16:57
@nextjs-bot nextjs-bot added the Documentation Related to Next.js' official documentation. label Dec 7, 2025
@nextjs-bot
Copy link
Collaborator

Allow CI Workflow Run

  • approve CI run for commit: 3c20c43

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

1 similar comment
@nextjs-bot
Copy link
Collaborator

Allow CI Workflow Run

  • approve CI run for commit: 3c20c43

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

Copy link
Contributor

Copilot AI left a 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.

@tysoncung
Copy link

Good catch! The broken link to the examples folder definitely causes confusion. The fix looks correct - pointing to /examples instead of /contributing/examples.

Simple but helpful documentation fix.

@icyJoseph icyJoseph merged commit 19421c3 into vercel:canary Dec 8, 2025
62 checks passed
huozhi pushed a commit that referenced this pull request Dec 10, 2025
### 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Related to Next.js' official documentation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants