Skip to content

Commit 62ec78c

Browse files
authored
docs: Fix link to database adapters doc (#8986)
1 parent 3415f1f commit 62ec78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/configuration/databases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: databases
33
title: Databases
44
---
55

6-
NextAuth.js offers multiple database adapters. Check out [the overview](https://authjs.dev/reference/adapters).
6+
NextAuth.js offers multiple database adapters. Check out [the overview](https://authjs.dev/getting-started/adapters).
77

88
> 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.
99
@@ -13,4 +13,4 @@ To learn more about databases in NextAuth.js and how they are used, check out [d
1313

1414
## How to use a database
1515

16-
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).
16+
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).

0 commit comments

Comments
 (0)