From 93f9153d7758a90dd9566a29f3c7b2381f0caf00 Mon Sep 17 00:00:00 2001 From: Simone Ruberto <48856949+Er-Simon@users.noreply.github.com> Date: Tue, 24 Oct 2023 20:25:42 +0200 Subject: [PATCH] docs: fix Broken link (#8935) --- docs/docs/providers/credentials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/providers/credentials.md b/docs/docs/providers/credentials.md index 2aac6503..cdb726b6 100644 --- a/docs/docs/providers/credentials.md +++ b/docs/docs/providers/credentials.md @@ -19,7 +19,7 @@ The functionality provided for credentials based authentication is intentionally The **Credentials Provider** comes with a set of default options: -- [Credentials Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/credentials.ts) +- [Credentials Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/core/src/providers/credentials.ts) You can override any of the options to suit your own use case.