From 75ca097ff7585016264f4c6848e58da74c77aaf8 Mon Sep 17 00:00:00 2001 From: Douglas <28629647+Nautman@users.noreply.github.com> Date: Mon, 19 Jul 2021 15:36:37 +0200 Subject: [PATCH] docs: Fix link to code (#2405) --- www/docs/providers/linkedin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/providers/linkedin.md b/www/docs/providers/linkedin.md index 08273cd58c..6d91bacfc3 100644 --- a/www/docs/providers/linkedin.md +++ b/www/docs/providers/linkedin.md @@ -19,7 +19,7 @@ From the Auth tab get the client ID and client secret. On the same tab, add redi The **LinkedIn Provider** comes with a set of default options: -- [LinkedIn Provider options](https://github.com/nextauthjs/next-auth/blob/main/src/providers/linked-in.js) +- [LinkedIn Provider options](https://github.com/nextauthjs/next-auth/blob/main/src/providers/linkedin.js) You can override any of the options to suit your own use case.