From 0f3c283dc21028083a1a8d6b9cc40a76f06bf2fa Mon Sep 17 00:00:00 2001 From: Nathan Totten Date: Tue, 3 Oct 2023 11:18:30 -0400 Subject: [PATCH] fixed links --- docs/articles/dev-portal-auth.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/articles/dev-portal-auth.md b/docs/articles/dev-portal-auth.md index 0c084487..86763a28 100644 --- a/docs/articles/dev-portal-auth.md +++ b/docs/articles/dev-portal-auth.md @@ -9,7 +9,7 @@ want to change this to use your own identity provider. The developer portal supports authenticating with any standard-compliant OpenID Connect identity provider such as [Auth0](https://auth0.com), [Okta](https://okta.com), [AWS Cognito](https://aws.amazon.com/cognito/), etc. The developer portal also -supports external auth sources like [Supabase](./supabase-auth.md). +supports external auth sources like [Supabase](./dev-portal-supabase-auth.md). ## Auth0 Setup @@ -96,5 +96,5 @@ Set the following settings: ## External Auth Setup You can setup non-OIDC auth sources to work with the developer portal. See our -[Supabase Auth Guide](./supabase-auth.md) to learn how to configure an external -auth provider. +[Supabase Auth Guide](./dev-portal-supabase-auth.md) to learn how to configure +an external auth provider.