docs: Fix Adapters Link (#9009)

* Update options.md

* Apply suggestions from code review

* Update options.md

---------

Co-authored-by: Balázs Orbán <info@balazsorban.com>
This commit is contained in:
Natale Toscano
2023-11-06 23:54:08 -05:00
committed by GitHub
parent 18e8b92289
commit fbd68a1802

View File

@@ -310,7 +310,7 @@ events: {
#### Description
By default NextAuth.js does not include an adapter any longer. If you would like to persist user / account data, please install one of the many available adapters. More information can be found in the [adapter documentation](https://authjs.dev/reference/adapters).
By default NextAuth.js does not include an adapter any longer. If you would like to persist user / account data, please install one of the many available adapters. More information can be found in the [adapter documentation](https://authjs.dev/getting-started/adapters).
---