From 8329a901503db0f1c22299a62ac5b50f59e83731 Mon Sep 17 00:00:00 2001 From: Julien Lavocat Date: Fri, 3 Apr 2026 15:48:30 +0200 Subject: [PATCH] Fix broken links in auth docs --- docs/docs/00200-core-concepts/00500-authentication.md | 8 ++++---- .../00200-core-concepts/00500-authentication.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs/00200-core-concepts/00500-authentication.md b/docs/docs/00200-core-concepts/00500-authentication.md index 54fc79a95a0..cb51bf57aff 100644 --- a/docs/docs/00200-core-concepts/00500-authentication.md +++ b/docs/docs/00200-core-concepts/00500-authentication.md @@ -14,10 +14,10 @@ to learn more about how OIDC works and why it's a great choice for authenticatio ## SpacetimeAuth To make it easier to get started with authentication, SpacetimeDB offers -[SpacetimeAuth](https://spacetimedb.com/docs/spacetimeauth), a fully managed -OIDC provider built specifically for SpacetimeDB applications. SpacetimeAuth handles -user management, authentication flows, and token issuance, so you don't have to -worry about building and maintaining your own authentication service. +[SpacetimeAuth](./00500-authentication/00100-spacetimeauth/index.md), a fully +managed OIDC provider built specifically for SpacetimeDB applications. SpacetimeAuth +handles user management, authentication flows, and token issuance, so you don't have +to worry about building and maintaining your own authentication service. SpacetimeAuth is meant to be simple to use and easy to integrate with SpacetimeDB. While being production-ready and able to support most common use cases, it is not diff --git a/docs/versioned_docs/version-1.12.0/00200-core-concepts/00500-authentication.md b/docs/versioned_docs/version-1.12.0/00200-core-concepts/00500-authentication.md index 54fc79a95a0..cb51bf57aff 100644 --- a/docs/versioned_docs/version-1.12.0/00200-core-concepts/00500-authentication.md +++ b/docs/versioned_docs/version-1.12.0/00200-core-concepts/00500-authentication.md @@ -14,10 +14,10 @@ to learn more about how OIDC works and why it's a great choice for authenticatio ## SpacetimeAuth To make it easier to get started with authentication, SpacetimeDB offers -[SpacetimeAuth](https://spacetimedb.com/docs/spacetimeauth), a fully managed -OIDC provider built specifically for SpacetimeDB applications. SpacetimeAuth handles -user management, authentication flows, and token issuance, so you don't have to -worry about building and maintaining your own authentication service. +[SpacetimeAuth](./00500-authentication/00100-spacetimeauth/index.md), a fully +managed OIDC provider built specifically for SpacetimeDB applications. SpacetimeAuth +handles user management, authentication flows, and token issuance, so you don't have +to worry about building and maintaining your own authentication service. SpacetimeAuth is meant to be simple to use and easy to integrate with SpacetimeDB. While being production-ready and able to support most common use cases, it is not