Commit 47f0b1a
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments