From b107ca49464d0320dca64f0cf2ef9a7edc6ce9e7 Mon Sep 17 00:00:00 2001 From: Yoann Fleury Date: Fri, 22 Jul 2022 19:33:03 +0200 Subject: [PATCH] docs: update path to gitlab provider (#4997) --- docs/docs/providers/gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/providers/gitlab.md b/docs/docs/providers/gitlab.md index 7ec32e6f10..ade21cd35e 100644 --- a/docs/docs/providers/gitlab.md +++ b/docs/docs/providers/gitlab.md @@ -15,7 +15,7 @@ https://gitlab.com/-/profile/applications The **Gitlab Provider** comes with a set of default options: -- [Gitlab Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/gitlab.js) +- [Gitlab Provider options](https://github.com/nextauthjs/next-auth/blob/main/packages/next-auth/src/providers/gitlab.ts) You can override any of the options to suit your own use case.