From 098f0a48ecdc93238c53a190908f8df618417942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Mon, 25 Sep 2023 11:30:49 +0200 Subject: [PATCH] Revert "chore: fix broken security link on Readme (#8710)" This reverts commit a8985ab364b2bd2ba413443c1d534265535112a9. --- packages/next-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-auth/README.md b/packages/next-auth/README.md index 04e0a238..d9743432 100644 --- a/packages/next-auth/README.md +++ b/packages/next-auth/README.md @@ -168,7 +168,7 @@ export default function App({ ## Security -If you think you have found a vulnerability (or not sure) in NextAuth.js or any of the related packages (i.e. Adapters), we ask you to have a read of our [Security Policy](https://github.com/nextauthjs/next-auth/security/policy) to reach out responsibly. Please do not open Pull Requests/Issues/Discussions before consulting with us. +If you think you have found a vulnerability (or not sure) in NextAuth.js or any of the related packages (i.e. Adapters), we ask you to have a read of our [Security Policy](https://github.com/nextauthjs/next-auth/blob/main/SECURITY.md) to reach out responsibly. Please do not open Pull Requests/Issues/Discussions before consulting with us. ## Acknowledgments