From 4318a4c9a9767175b8e5f21a535e31c4422a1eeb Mon Sep 17 00:00:00 2001 From: Jonathan Ruffles <40035529+pippinmole@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:50:57 +0000 Subject: [PATCH] docs: Fixes broken link on v4 auth0 provider page (#8998) Update auth0.md --- docs/docs/providers/auth0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/providers/auth0.md b/docs/docs/providers/auth0.md index d3e5fc5a25..7268f1b7df 100644 --- a/docs/docs/providers/auth0.md +++ b/docs/docs/providers/auth0.md @@ -15,7 +15,7 @@ https://manage.auth0.com/dashboard The **Auth0 Provider** comes with a set of default options: -- [Auth0 Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/auth0.ts) +- [Auth0 Provider options](https://github.com/nextauthjs/next-auth/blob/v4/packages/next-auth/src/providers/auth0.ts) You can override any of the options to suit your own use case.