Skip to content

Commit bbb247f

Browse files
authored
docs: Change incorrect layouts-and-pages URL (#12380)
docs: Fix not found layouts-and-pages Change valid url
1 parent 6bca388 commit bbb247f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/getting-started/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Instances of `useSession` will then have access to the session data and status.
7676

7777
:::tip
7878
Check out the [client documentation](/getting-started/client) to see how you can improve the user experience and page performance by using the NextAuth.js client.
79-
If you are using the Next.js App Router, please note that `<SessionProvider />` requires a client component and therefore cannot be put inside the root layout. For more details, check out the [Next.js documentation](https://nextjs.org/docs/app/building-your-application/routing/pages-and-layouts).
79+
If you are using the Next.js App Router, please note that `<SessionProvider />` requires a client component and therefore cannot be put inside the root layout. For more details, check out the [Next.js documentation](https://nextjs.org/docs/app/getting-started/layouts-and-pages).
8080
:::
8181

8282
### Frontend - Add React Hook

0 commit comments

Comments
 (0)