Broken link in dashboard app tutorial
Unanswered
Siamese posted this in #help-forum
SiameseOP
(Apologies in advance if this isn't the right place to post this very small issue)
I've been learning NextJS and following the dashboard tutorial. I've found a broken link to outdated documentation on one of the pages.
The broken link is in Chapter 4 (Creating Layouts and Pages):
https://nextjs.org/learn/dashboard-app/creating-layouts-and-pages
It references a page about root layouts which returns a 404:
https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts#root-layout-required
When I believe the URL should be:
https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates#root-layout-required
Is there anyone here that can update the link?
I've been learning NextJS and following the dashboard tutorial. I've found a broken link to outdated documentation on one of the pages.
The broken link is in Chapter 4 (Creating Layouts and Pages):
https://nextjs.org/learn/dashboard-app/creating-layouts-and-pages
It references a page about root layouts which returns a 404:
https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts#root-layout-required
When I believe the URL should be:
https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates#root-layout-required
Is there anyone here that can update the link?
2 Replies
I see
I've created a issue over Github: https://github.com/vercel/next-learn/issues/903