From e688606eaec067d67069c59837a8ca22cb3aab06 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sat, 7 Oct 2023 16:00:15 -0700 Subject: [PATCH] docs: fix examples repository link (#1183) --- documentation/content/main/getting-started/$astro.md | 2 +- documentation/content/main/getting-started/$elysia.md | 2 +- documentation/content/main/getting-started/$express.md | 2 +- documentation/content/main/getting-started/$fastify.md | 2 +- documentation/content/main/getting-started/$hono.md | 2 +- documentation/content/main/getting-started/$nextjs-app.md | 2 +- documentation/content/main/getting-started/$nextjs-pages.md | 2 +- documentation/content/main/getting-started/$nuxt.md | 2 +- documentation/content/main/getting-started/$remix.md | 2 +- documentation/content/main/getting-started/$solidstart.md | 2 +- documentation/content/main/getting-started/$sveltekit.md | 2 +- documentation/content/main/getting-started/index.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/documentation/content/main/getting-started/$astro.md b/documentation/content/main/getting-started/$astro.md index d91466b78..295664ddf 100644 --- a/documentation/content/main/getting-started/$astro.md +++ b/documentation/content/main/getting-started/$astro.md @@ -122,7 +122,7 @@ This allows us to share and access the same `AuthRequest` instance across multip ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$elysia.md b/documentation/content/main/getting-started/$elysia.md index 0e345cf39..56248f874 100644 --- a/documentation/content/main/getting-started/$elysia.md +++ b/documentation/content/main/getting-started/$elysia.md @@ -87,7 +87,7 @@ declare namespace Lucia { ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$express.md b/documentation/content/main/getting-started/$express.md index 8d5d1915e..e7cbf312d 100644 --- a/documentation/content/main/getting-started/$express.md +++ b/documentation/content/main/getting-started/$express.md @@ -156,6 +156,6 @@ node --experimental-global-webcrypto index.js ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$fastify.md b/documentation/content/main/getting-started/$fastify.md index e5f61a63c..fcf5eb973 100644 --- a/documentation/content/main/getting-started/$fastify.md +++ b/documentation/content/main/getting-started/$fastify.md @@ -137,6 +137,6 @@ Optionally, instead of doing a side-effect import, add the `--experimental-globa ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$hono.md b/documentation/content/main/getting-started/$hono.md index 84720cb6d..c036682d8 100644 --- a/documentation/content/main/getting-started/$hono.md +++ b/documentation/content/main/getting-started/$hono.md @@ -106,7 +106,7 @@ node --experimental-global-webcrypto index.js ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$nextjs-app.md b/documentation/content/main/getting-started/$nextjs-app.md index 775855633..b2df9a53e 100644 --- a/documentation/content/main/getting-started/$nextjs-app.md +++ b/documentation/content/main/getting-started/$nextjs-app.md @@ -126,6 +126,6 @@ Optionally, instead of doing a side-effect import, add the `--experimental-globa ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$nextjs-pages.md b/documentation/content/main/getting-started/$nextjs-pages.md index 097881d30..6ea711810 100644 --- a/documentation/content/main/getting-started/$nextjs-pages.md +++ b/documentation/content/main/getting-started/$nextjs-pages.md @@ -122,6 +122,6 @@ Optionally, instead of doing a side-effect import, add the `--experimental-globa ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$nuxt.md b/documentation/content/main/getting-started/$nuxt.md index b03d2a256..5f4669b0c 100644 --- a/documentation/content/main/getting-started/$nuxt.md +++ b/documentation/content/main/getting-started/$nuxt.md @@ -129,7 +129,7 @@ Optionally, instead of doing a side-effect import, add the `--experimental-globa ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$remix.md b/documentation/content/main/getting-started/$remix.md index 0b3e68a14..5a299ebcd 100644 --- a/documentation/content/main/getting-started/$remix.md +++ b/documentation/content/main/getting-started/$remix.md @@ -147,7 +147,7 @@ Optionally, instead of doing a side-effect import, add the `--experimental-globa ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$solidstart.md b/documentation/content/main/getting-started/$solidstart.md index a9c6bbaa5..40ba8e1e0 100644 --- a/documentation/content/main/getting-started/$solidstart.md +++ b/documentation/content/main/getting-started/$solidstart.md @@ -126,6 +126,6 @@ Optionally, instead of doing a side-effect import, add the `--experimental-globa ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/$sveltekit.md b/documentation/content/main/getting-started/$sveltekit.md index 251bfffa7..8f96879b7 100644 --- a/documentation/content/main/getting-started/$sveltekit.md +++ b/documentation/content/main/getting-started/$sveltekit.md @@ -126,7 +126,7 @@ This allows us to share and access the same `AuthRequest` instance across multip ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/lucia/tree/main/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)! diff --git a/documentation/content/main/getting-started/index.md b/documentation/content/main/getting-started/index.md index 52b5096c7..4b6b1af88 100644 --- a/documentation/content/main/getting-started/index.md +++ b/documentation/content/main/getting-started/index.md @@ -137,7 +137,7 @@ node --experimental-global-webcrypto index.js ## Next steps -You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples in the repository](https://github.com/lucia-auth/examples). +You can learn all the concepts and general APIs of Lucia by reading the [Basics](/basics/database) section in the docs. If you prefer writing code immediately, check out the [Starter guides](/starter-guides) page or the [examples repository](https://github.com/lucia-auth/examples). Remember to check out the [Guidebook](/guidebook) for tutorials and guides! If you have any questions, join our [Discord server](/discord)!