Skip to content

Commit

Permalink
docs: fix URL for error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Oct 24, 2024
1 parent dfa35c4 commit b1056fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/missing-root-layout-tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ export default function Layout({ children }: { children: React.ReactNode }) {

### Useful Links

- [Root Layout](https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts#root-layout-required)
- [Root Layout](https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates#root-layout-required)

0 comments on commit b1056fa

Please sign in to comment.