From b11602ce21c2eea04b32441118f4ce2524344069 Mon Sep 17 00:00:00 2001 From: ash Date: Sun, 21 Jul 2024 01:59:01 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a9e16e..a920689 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ GOOGLE_CLIENT_SECRET= **Auth.js:** -- [Get Auth.js **Secret**](https://authjs.dev/getting-started/providers/oauth-tutorial#adding-environment-variables). +- [Get Auth.js **Secret**](https://authjs.dev/getting-started/installation#setup-environment). - ``AUTH_URL`` is the URL of your Auth.js API, for example, ``/api/auth``. You can change it in the [**``auth.ts`` file**](https://github.com/pheralb/slug/blob/next/src/auth.ts#L20). **Github Credentials:**