fixed doc broken link

This commit is contained in:
Zai Shi 2024-03-04 19:13:28 +08:00
parent 32f7c6d9ef
commit 2be111689e

View File

@ -60,7 +60,7 @@ npm install @stackframe/stack
}
```
This will create pages for sign-in, sign-up, password reset, and others. Additionally, it will be used as a callback URL for OAuth. You can [replace them with your own pages](/docs/getting-started/customization) later.
This will create pages for sign-in, sign-up, password reset, and others. Additionally, it will be used as a callback URL for OAuth. You can [replace them with your own pages](/docs/advanced-guides/customization/overview) later.
4. In your `app/layout.tsx`, wrap your entire layout with a `StackProvider`. Afterwards, it should look like this: