From 8cfb10778ba3eaf219c7af54f3f77b5dc32c4699 Mon Sep 17 00:00:00 2001 From: chriscpty <123160582+chriscpty@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:15:46 +0100 Subject: [PATCH] fix broken link fix broken link to nuxt3 auth template --- 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