From 1210baf16a1754f8a3deba962f1be94dd047072e Mon Sep 17 00:00:00 2001 From: pilcrow Date: Thu, 4 Jul 2024 10:18:39 +0900 Subject: [PATCH] Docs: Fix degit commands (#1623) --- 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 +- docs/pages/tutorials/username-and-password/nextjs-app.md | 2 +- docs/pages/tutorials/username-and-password/nextjs-pages.md | 2 +- docs/pages/tutorials/username-and-password/nuxt.md | 2 +- docs/pages/tutorials/username-and-password/sveltekit.md | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/pages/tutorials/github-oauth/astro.md b/docs/pages/tutorials/github-oauth/astro.md index 069691f53..baa2cda37 100644 --- a/docs/pages/tutorials/github-oauth/astro.md +++ b/docs/pages/tutorials/github-oauth/astro.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ 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 +npx degit https://github.com/lucia-auth/examples/astro/github-oauth ``` ## Create an OAuth App diff --git a/docs/pages/tutorials/github-oauth/nextjs-app.md b/docs/pages/tutorials/github-oauth/nextjs-app.md index 33a7772de..ac3c163f6 100644 --- a/docs/pages/tutorials/github-oauth/nextjs-app.md +++ b/docs/pages/tutorials/github-oauth/nextjs-app.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ 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 +npx degit https://github.com/lucia-auth/examples/nextjs-app/github-oauth ``` ## Create an OAuth App diff --git a/docs/pages/tutorials/github-oauth/nextjs-pages.md b/docs/pages/tutorials/github-oauth/nextjs-pages.md index 7bb43f3a3..1b3269b60 100644 --- a/docs/pages/tutorials/github-oauth/nextjs-pages.md +++ b/docs/pages/tutorials/github-oauth/nextjs-pages.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ 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 +npx degit https://github.com/lucia-auth/examples/nextjs-pages/github-oauth ``` ## Create an OAuth App diff --git a/docs/pages/tutorials/github-oauth/nuxt.md b/docs/pages/tutorials/github-oauth/nuxt.md index 1da9b68b0..c0e17d147 100644 --- a/docs/pages/tutorials/github-oauth/nuxt.md +++ b/docs/pages/tutorials/github-oauth/nuxt.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ 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 +npx degit https://github.com/lucia-auth/examples/nuxt/github-oauth ``` ## Create an OAuth App diff --git a/docs/pages/tutorials/github-oauth/sveltekit.md b/docs/pages/tutorials/github-oauth/sveltekit.md index 5127dec13..b402cd355 100644 --- a/docs/pages/tutorials/github-oauth/sveltekit.md +++ b/docs/pages/tutorials/github-oauth/sveltekit.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ 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 +npx degit https://github.com/lucia-auth/examples/sveltekit/github-oauth ``` ## Create an OAuth App diff --git a/docs/pages/tutorials/username-and-password/astro.md b/docs/pages/tutorials/username-and-password/astro.md index 362ceacc8..5627e4394 100644 --- a/docs/pages/tutorials/username-and-password/astro.md +++ b/docs/pages/tutorials/username-and-password/astro.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ 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 +npx degit https://github.com/lucia-auth/examples/astro/username-and-password ``` ## Update database diff --git a/docs/pages/tutorials/username-and-password/nextjs-app.md b/docs/pages/tutorials/username-and-password/nextjs-app.md index 0aecaaa33..2cd5c840a 100644 --- a/docs/pages/tutorials/username-and-password/nextjs-app.md +++ b/docs/pages/tutorials/username-and-password/nextjs-app.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database as described in the [Gett An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-app/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/nextjs-app/username-and-password). ``` -npx degit https://github.com/lucia-auth/examples/tree/main/nextjs-app/username-and-password +npx degit https://github.com/lucia-auth/examples/nextjs-app/username-and-password ``` ## Update database diff --git a/docs/pages/tutorials/username-and-password/nextjs-pages.md b/docs/pages/tutorials/username-and-password/nextjs-pages.md index 69a01ec03..6e0e4a8fa 100644 --- a/docs/pages/tutorials/username-and-password/nextjs-pages.md +++ b/docs/pages/tutorials/username-and-password/nextjs-pages.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ An [example project](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/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/nextjs-pages/username-and-password). ``` -npx degit https://github.com/lucia-auth/examples/tree/main/nextjs-pages/username-and-password +npx degit https://github.com/lucia-auth/examples/nextjs-pages/username-and-password ``` ## Update database diff --git a/docs/pages/tutorials/username-and-password/nuxt.md b/docs/pages/tutorials/username-and-password/nuxt.md index 395a7418f..e0e58dfe4 100644 --- a/docs/pages/tutorials/username-and-password/nuxt.md +++ b/docs/pages/tutorials/username-and-password/nuxt.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ An [example project](https://github.com/lucia-auth/examples/tree/main/nuxt/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/nuxt/username-and-password). ``` -npx degit https://github.com/lucia-auth/examples/tree/main/nuxt/username-and-password +npx degit https://github.com/lucia-auth/examples/nuxt/username-and-password ``` ## Update database diff --git a/docs/pages/tutorials/username-and-password/sveltekit.md b/docs/pages/tutorials/username-and-password/sveltekit.md index ba89aaa44..7c358fa4c 100644 --- a/docs/pages/tutorials/username-and-password/sveltekit.md +++ b/docs/pages/tutorials/username-and-password/sveltekit.md @@ -9,7 +9,7 @@ Before starting, make sure you've set up your database and middleware as describ An [example project](https://github.com/lucia-auth/examples/tree/main/sveltekit/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/sveltekit/username-and-password). ``` -npx degit https://github.com/lucia-auth/examples/tree/main/sveltekit/username-and-password +npx degit https://github.com/lucia-auth/examples/sveltekit/username-and-password ``` ## Update database