From e189e60cb26b058a5b8626735cb563b99f0f3da6 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Tue, 17 Mar 2026 11:36:00 -0500 Subject: [PATCH] Fixed links Signed-off-by: Andre Wanlin --- docs/getting-started/config/authentication--old.md | 2 +- docs/getting-started/config/authentication.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/config/authentication--old.md b/docs/getting-started/config/authentication--old.md index 6a320cf0dd..cc02eb2b7f 100644 --- a/docs/getting-started/config/authentication--old.md +++ b/docs/getting-started/config/authentication--old.md @@ -14,7 +14,7 @@ Audience: Admins or Developers We'll be walking you through how to setup authentication for your Backstage app using GitHub. After finishing this guide, you'll have both working authentication and users in your Backstage app to match to the users logging in! -There are multiple authentication providers available for you to use with Backstage, feel free to follow [their instructions for adding authentication](../../auth/index.md). +There are multiple authentication providers available for you to use with Backstage, feel free to follow [their instructions for adding authentication](../../auth/index--old.md). :::note Note diff --git a/docs/getting-started/config/authentication.md b/docs/getting-started/config/authentication.md index eaf2a01881..9df27692b8 100644 --- a/docs/getting-started/config/authentication.md +++ b/docs/getting-started/config/authentication.md @@ -14,7 +14,7 @@ Audience: Admins or Developers We'll be walking you through how to setup authentication for your Backstage app using GitHub. After finishing this guide, you'll have both working authentication and users in your Backstage app to match to the users logging in! -There are multiple authentication providers available for you to use with Backstage, feel free to follow [their instructions for adding authentication](../../auth/index--new.md). +There are multiple authentication providers available for you to use with Backstage, feel free to follow [their instructions for adding authentication](../../auth/index.md). :::note Note @@ -192,7 +192,7 @@ Let's restart Backstage from the terminal once more, by stopping it with `Ctrl+C To learn more about Authentication in Backstage, here are some docs you could read: -- [Authentication in Backstage](../../auth/index--new.md) +- [Authentication in Backstage](../../auth/index.md) - [Using organizational data from GitHub](../../integrations/github/org.md) ## Setting up a GitHub Integration