From a39c2e6d59bf4e013ba4afd7677822a82519c248 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Thu, 28 Nov 2024 15:10:10 +0300 Subject: [PATCH] docs: fix broken link --- docs/content/docs/guides/next-auth-migration-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ---