From 7c4967853189a5675fdcdccda5bd56bb91166ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Hjermitslev=20Gj=C3=B8derum?= <6584419+lajtmaN@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:10:43 +0100 Subject: [PATCH] docs: broken link (#1360) Documentation was pointing to the outdated url: betterauth.com --- 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 e392b0eeb2..b96d7e0b00 100644 --- a/docs/content/docs/guides/next-auth-migration-guide.mdx +++ b/docs/content/docs/guides/next-auth-migration-guide.mdx @@ -179,4 +179,4 @@ To protect routes with middleware, refer to the [Next.js middleware guide](/docs Congratulations! You’ve successfully migrated from NextAuth.js to Better Auth. For a complete implementation with multiple authentication methods, check out the [demo repository](https://github.com/Bekacru/t3-app-better-auth). -Better Auth offers greater flexibility and more features—be sure to explore the [documentation](https://betterauth.dev) to unlock its full potential. \ No newline at end of file +Better Auth offers greater flexibility and more features—be sure to explore the [documentation](/docs) to unlock its full potential.