next.js icon indicating copy to clipboard operation
next.js copied to clipboard

docs: fix broken examples link

Open muhammadsyaddad opened this issue 2 weeks ago • 3 comments

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

muhammadsyaddad avatar Dec 07 '25 16:12 muhammadsyaddad

Allow CI Workflow Run

  • [ ] approve CI run for commit: 3c20c43ca7046ff62a3ea71e82b2669fccd4d70b

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

nextjs-bot avatar Dec 07 '25 16:12 nextjs-bot

Allow CI Workflow Run

  • [ ] approve CI run for commit: 3c20c43ca7046ff62a3ea71e82b2669fccd4d70b

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

nextjs-bot avatar Dec 07 '25 16:12 nextjs-bot

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.

tysoncung avatar Dec 08 '25 00:12 tysoncung