diff --git a/docs/content/docs/guides/next-auth-migration-guide.mdx b/docs/content/docs/guides/next-auth-migration-guide.mdx index 2b65f94eea..e392b0eeb2 100644 --- a/docs/content/docs/guides/next-auth-migration-guide.mdx +++ b/docs/content/docs/guides/next-auth-migration-guide.mdx @@ -9,7 +9,7 @@ In this guide, we’ll walk through the steps to migrate a project from [NextAut ## Before You Begin -Before starting the migration process, set up Better Auth in your project. Follow the [installation guide](/docs/guides/installation) to get started. +Before starting the migration process, set up Better Auth in your project. Follow the [installation guide](/docs/installation) to get started. ---