From c2e68473a06f1216278b40946fc3e367fd2b8a2b Mon Sep 17 00:00:00 2001 From: pilcrow Date: Sun, 10 Mar 2024 18:22:00 +0900 Subject: [PATCH] Fix StackBlitz links (#1481) --- docs/pages/tutorials/github-oauth/astro.md | 2 +- docs/pages/tutorials/github-oauth/nextjs-app.md | 2 +- docs/pages/tutorials/github-oauth/nextjs-pages.md | 2 +- docs/pages/tutorials/github-oauth/nuxt.md | 2 +- docs/pages/tutorials/github-oauth/sveltekit.md | 2 +- docs/pages/tutorials/username-and-password/astro.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pages/tutorials/github-oauth/astro.md b/docs/pages/tutorials/github-oauth/astro.md index 4caa1544e..0dd08bb38 100644 --- a/docs/pages/tutorials/github-oauth/astro.md +++ b/docs/pages/tutorials/github-oauth/astro.md @@ -6,7 +6,7 @@ title: "GitHub OAuth in Astro" Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/astro) page. -An [example project](https://github.com/lucia-auth/examples/tree/main/astro/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/v3/astro/github-oauth). +An [example project](https://github.com/lucia-auth/examples/tree/main/astro/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/main/astro/github-oauth). ``` npx degit https://github.com/lucia-auth/examples/tree/main/astro/github-oauth diff --git a/docs/pages/tutorials/github-oauth/nextjs-app.md b/docs/pages/tutorials/github-oauth/nextjs-app.md index 611a3d284..e1aeb0eca 100644 --- a/docs/pages/tutorials/github-oauth/nextjs-app.md +++ b/docs/pages/tutorials/github-oauth/nextjs-app.md @@ -6,7 +6,7 @@ title: "GitHub OAuth in Next.js App router" Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nextjs-app) page. -An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-app/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/v3/nextjs-app/github-oauth). +An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-app/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/main/nextjs-app/github-oauth). ``` npx degit https://github.com/lucia-auth/examples/tree/main/nextjs-app/github-oauth diff --git a/docs/pages/tutorials/github-oauth/nextjs-pages.md b/docs/pages/tutorials/github-oauth/nextjs-pages.md index 43c7e927e..94b8dd311 100644 --- a/docs/pages/tutorials/github-oauth/nextjs-pages.md +++ b/docs/pages/tutorials/github-oauth/nextjs-pages.md @@ -6,7 +6,7 @@ title: "GitHub OAuth in Next.js Pages router" Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nextjs-pages) page. -An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/v3/nextjs-pages/github-oauth). +An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/main/nextjs-pages/github-oauth). ``` npx degit https://github.com/lucia-auth/examples/tree/main/nextjs-pages/github-oauth diff --git a/docs/pages/tutorials/github-oauth/nuxt.md b/docs/pages/tutorials/github-oauth/nuxt.md index 954c23004..c480a1996 100644 --- a/docs/pages/tutorials/github-oauth/nuxt.md +++ b/docs/pages/tutorials/github-oauth/nuxt.md @@ -6,7 +6,7 @@ title: "GitHub OAuth in Nuxt" Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/nuxt) page. -An [example project](https://github.com/lucia-auth/examples/tree/main/nuxt/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/v3/nuxt/github-oauth). +An [example project](https://github.com/lucia-auth/examples/tree/main/nuxt/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/main/nuxt/github-oauth). ``` npx degit https://github.com/lucia-auth/examples/tree/main/nuxt/github-oauth diff --git a/docs/pages/tutorials/github-oauth/sveltekit.md b/docs/pages/tutorials/github-oauth/sveltekit.md index abffdd5b6..700b9ca2d 100644 --- a/docs/pages/tutorials/github-oauth/sveltekit.md +++ b/docs/pages/tutorials/github-oauth/sveltekit.md @@ -6,7 +6,7 @@ title: "GitHub OAuth in SvelteKit" Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/sveltekit) page. -An [example project](https://github.com/lucia-auth/examples/tree/main/sveltekit/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/v3/sveltekit/github-oauth). +An [example project](https://github.com/lucia-auth/examples/tree/main/sveltekit/github-oauth) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/main/sveltekit/github-oauth). ``` npx degit https://github.com/lucia-auth/examples/tree/main/sveltekit/github-oauth diff --git a/docs/pages/tutorials/username-and-password/astro.md b/docs/pages/tutorials/username-and-password/astro.md index c1d741b16..f634492b8 100644 --- a/docs/pages/tutorials/username-and-password/astro.md +++ b/docs/pages/tutorials/username-and-password/astro.md @@ -6,7 +6,7 @@ title: "Tutorial: Username and password auth in Astro" Before starting, make sure you've set up your database and middleware as described in the [Getting started](/getting-started/astro) page. -An [example project](https://github.com/lucia-auth/examples/tree/main/astro/username-and-password) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/v3/astro/username-and-password). +An [example project](https://github.com/lucia-auth/examples/tree/main/astro/username-and-password) based on this tutorial is also available. You can clone the example locally or [open it in StackBlitz](https://stackblitz.com/github/lucia-auth/examples/tree/main/astro/username-and-password). ``` npx degit https://github.com/lucia-auth/examples/tree/main/astro/username-and-password