From 62ec78cc0fc1f7d99ef599052d358c5dc155009b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20N=C3=A4rhi?= Date: Mon, 30 Oct 2023 06:48:09 +0300 Subject: [PATCH] docs: Fix link to database adapters doc (#8986) --- docs/docs/configuration/databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/databases.md b/docs/docs/configuration/databases.md index f23eadf1..d0ee8ea7 100644 --- a/docs/docs/configuration/databases.md +++ b/docs/docs/configuration/databases.md @@ -3,7 +3,7 @@ id: databases title: Databases --- -NextAuth.js offers multiple database adapters. Check out [the overview](https://authjs.dev/reference/adapters). +NextAuth.js offers multiple database adapters. Check out [the overview](https://authjs.dev/getting-started/adapters). > As of **v4** NextAuth.js no longer ships with an adapter included by default. If you would like to persist any information, you need to install one of the many available adapters yourself. See the individual adapter documentation pages for more details. @@ -13,4 +13,4 @@ To learn more about databases in NextAuth.js and how they are used, check out [d ## How to use a database -See the [documentation for adapters](https://authjs.dev/reference/adapters) for more information on advanced configuration, including how to use NextAuth.js with other databases using a [custom adapter](/tutorials/creating-a-database-adapter). +See the [documentation for adapters](https://authjs.dev/getting-started/adapters) for more information on advanced configuration, including how to use NextAuth.js with other databases using a [custom adapter](/tutorials/creating-a-database-adapter).