Skip to content

Commit

Permalink
docs: Fix link to database adapters doc (#8986)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeNarhi committed Oct 30, 2023
1 parent 3415f1f commit 62ec78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/configuration/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).

1 comment on commit 62ec78c

@vercel
Copy link

@vercel vercel bot commented on 62ec78c Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.