From df0ba2bb026974f655c86668bd827f2b08209960 Mon Sep 17 00:00:00 2001 From: Suzanne Daniels Date: Sat, 9 Oct 2021 07:56:37 +0200 Subject: [PATCH] Update docs/getting-started/index.md Co-authored-by: Tim Hansen Signed-off-by: Suzanne Daniels --- docs/getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 6d6b11b866..82c1f3c075 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -96,6 +96,6 @@ you have, and feel free to The most common next steps are to configure Backstage, add a plugin and moving to a more persistent database: -- [Setting up Authentication](https://github.com/backstage/backstage/tree/master/plugins/auth-backend#github) +- [Setting up Authentication](https://backstage.io/docs/auth/) - [Switching from SQLite to PostgresQL](https://backstage.io/docs/tutorials/switching-sqlite-postgres) - [Adding a plugin](https://backstage.io/docs/getting-started/configure-app-with-plugins)