Skip to content

Commit cf0d710

Browse files
committed
fix link [skip ci]
1 parent a84d22b commit cf0d710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ An adapter sits between GraphQL Authentication and your own ORM/database thingy.
259259

260260
However, if you don't use Prisma, that's totally fine! Writing an adapter shouldn't take very long.
261261

262-
In [the tests](https://github.com/Volst/prisma-auth/blob/refactor/packages/graphql-authentication/src/__tests__/setup.ts) there is a good example of an adapter.
262+
In [the tests](https://github.com/Volst/graphql-authentication/blob/refactor/packages/graphql-authentication/src/__tests__/setup.ts) there is a good example of an adapter.
263263

264264
You can keep the adapter class directly in your own project, make a separate npm package for it or write a PR to add it here (please do)!
265265

0 commit comments

Comments
 (0)