Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
docs(readme): fix Adapter TS interface link
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 authored Jan 1, 2022
1 parent 4f25ca8 commit daa3143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ If you would like to also take on the maintenance of the adapter, let us know, a

## TypeScript

We have an official TypeScript [`Adapter` Interface](https://github.com/nextauthjs/next-auth/blob/main/types/adapters.d.ts), which should make complying with the existing adapter structure and the common tests, etc. much easier.
We have an official TypeScript [`Adapter` Interface](https://github.com/nextauthjs/next-auth/blob/main/src/adapters.ts), which should make complying with the existing adapter structure and the common tests, etc. much easier.

## Testing

Expand Down

0 comments on commit daa3143

Please sign in to comment.