Skip to content

Commit 47f0b1a

Browse files
muhammadsyaddadicyJoseph
authored andcommitted
docs: fix broken examples link (#86916)
### 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]>
1 parent 545d1ae commit 47f0b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04-community/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ With over 5 million weekly downloads, Next.js has a large and active community o
1111
There are a couple of ways you can contribute to the development of Next.js:
1212

1313
- [Documentation](/docs/community/contribution-guide): Suggest improvements or even write new sections to help our users understand how to use Next.js.
14-
- [Examples](https://github.com/vercel/next.js/tree/canary/contributing/examples): Help developers integrate Next.js with other tools and services by creating a new example or improving an existing one.
14+
- [Examples](https://github.com/vercel/next.js/tree/canary/examples): Help developers integrate Next.js with other tools and services by creating a new example or improving an existing one.
1515
- [Codebase](https://github.com/vercel/next.js/tree/canary/contributing/core): Learn more about the underlying architecture, contribute to bug fixes, errors, and suggest new features.
1616

1717
## Discussions

0 commit comments

Comments
 (0)