From 2dc9cec3aaed6cf7f8ef6e1f911e68d680e4c0cf Mon Sep 17 00:00:00 2001 From: Vladimir Masarik Date: Wed, 6 Sep 2023 11:09:40 +0200 Subject: [PATCH] Fix missing file extention Signed-off-by: Vladimir Masarik --- docs/auth/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/index.md b/docs/auth/index.md index 8aebe43cac..812d74ce0b 100644 --- a/docs/auth/index.md +++ b/docs/auth/index.md @@ -15,7 +15,7 @@ access external resources. > experience and access to a Backstage Identity Token, which can be passed to backend plugins. > This also means that your Backstage backend APIs are by default unauthenticated. > Thus, if your Backstage instance is exposed to the Internet, anyone can access -> information in the Backstage. You can learn more [here](../overview/threat-model#integrator-responsibilities). +> information in the Backstage. You can learn more [here](../overview/threat-model.md#integrator-responsibilities). ## Built-in Authentication Providers