From 70ce2e9e286c7093c7c81035f50d73b5df93e821 Mon Sep 17 00:00:00 2001 From: Chinmay Purav <70144052+chinmaypurav@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:27:59 +0530 Subject: [PATCH] Nuxt auth example link fixed index.md --- docs/content/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/index.md b/docs/content/en/index.md index 15e721e7d..a2776d57a 100644 --- a/docs/content/en/index.md +++ b/docs/content/en/index.md @@ -22,7 +22,7 @@ Meanwhile, we recommend: - [Sidebase Nuxt Auth](https://github.com/sidebase/nuxt-auth) based on next-auth - [AuthJs Nuxt](https://github.com/Hebilicious/authjs-nuxt) based on Auth.js -- Implement your own auth using [Lucia](https://lucia-auth.com/guidebook/sign-in-with-username-and-password/nuxt/) or [Nuxt Auth Template](https://github.com/nuxt/examples/tree/main/auth/local) +- Implement your own auth using [Lucia](https://lucia-auth.com/guidebook/sign-in-with-username-and-password/nuxt/) or [Nuxt Auth Template](https://github.com/nuxt/examples/tree/main/examples/auth/local) ## Getting Started