From 27aab498ec8b68c0d24694136377a1eb85c89386 Mon Sep 17 00:00:00 2001 From: Joe Porpeglia Date: Mon, 11 Apr 2022 12:37:17 -0400 Subject: [PATCH] Update md file link Signed-off-by: Joe Porpeglia --- .../plugin-authors/02-adding-a-basic-permission-check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/permission/plugin-authors/02-adding-a-basic-permission-check.md b/docs/permission/plugin-authors/02-adding-a-basic-permission-check.md index 7e0b35bb3b..776bde0d97 100644 --- a/docs/permission/plugin-authors/02-adding-a-basic-permission-check.md +++ b/docs/permission/plugin-authors/02-adding-a-basic-permission-check.md @@ -115,7 +115,7 @@ That's it! Now your plugin is fully configured. Let's try to test the logic by d ## Test the authorized create endpoint -Before running this step, please make sure you followed the steps described in [Getting started](../getting-started) section. +Before running this step, please make sure you followed the steps described in [Getting started](../getting-started.md) section. In order to test the logic above, the integrators of your backstage instance need to change their permission policy to return `DENY` for our newly-created permission: