From 6bcf29af2a3c1bee8f804d74e979555a1065bdf6 Mon Sep 17 00:00:00 2001 From: Rob Hyrkiel Date: Sun, 25 Dec 2022 13:07:36 -0500 Subject: [PATCH] fix broken links related to issue #6157 --- docs/docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/faq.md b/docs/docs/faq.md index 83afaaffa7..a560be7d96 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -67,7 +67,7 @@ _If you use a custom credentials provider user accounts will not be persisted in

-NextAuth.js was originally designed for use with Next.js and Serverless. However, today you could use the NextAuth.js core with any other framework. Checkout the examples for Gatsby and SvelteKit. If you would add another integration with other frameworks, feel free to work on it and send a pull request. Make sure to check if there's any on-going work before open a new issue. +NextAuth.js was originally designed for use with Next.js and Serverless. However, today you could use the NextAuth.js core with any other framework. Checkout the examples for Gatsby and SvelteKit. If you would add another integration with other frameworks, feel free to work on it and send a pull request. Make sure to check if there's any on-going work before open a new issue.