From f8459ed9a056e8a55e2728250eb9632dcb8c7d9e Mon Sep 17 00:00:00 2001 From: Joe Hawes Date: Sat, 30 Dec 2023 07:02:15 -0800 Subject: [PATCH] docs: fixed broken link Fixed broken "Nuxt Auth Template" link which now points to correct "Nuxt with Local Auth" example on GitHub. --- 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