Skip to content

Commit

Permalink
fix(docs): correct link to list of adapters (#10451)
Browse files Browse the repository at this point in the history
* Fixes 404 error when visiting db adapters

* Apply suggestions from code review

---------

Co-authored-by: Balázs Orbán <info@balazsorban.com>
  • Loading branch information
labigalini and balazsorban44 committed Apr 6, 2024
1 parent 0513275 commit bb4dc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/adapters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* based session store (`strategy: "jwt"`),
* but you can also use a database adapter to store the session in a database.
*
* Before you continue, Auth.js has a list of {@link https://authjs.dev/reference/core/getting-started/adapters official database adapters}. If your database is listed there, you
* Before you continue, Auth.js has a list of {@link https://adapters.authjs.dev official database adapters}. If your database is listed there, you
* probably do not need to create your own. If you are using a data solution that cannot be integrated with an official adapter, this module will help you create a compatible adapter.
*
* :::caution Note
Expand Down

0 comments on commit bb4dc18

Please sign in to comment.