From d49ddb8e7a1ef2ea679862ea1a951a7511d679b2 Mon Sep 17 00:00:00 2001 From: Vincenzo Scamporlino Date: Fri, 14 Apr 2023 11:59:52 +0200 Subject: [PATCH] docs: fix links Signed-off-by: Vincenzo Scamporlino --- .../authorizing-parameters-steps-and-actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/software-templates/authorizing-parameters-steps-and-actions.md b/docs/features/software-templates/authorizing-parameters-steps-and-actions.md index 2151ee0675..73259570a3 100644 --- a/docs/features/software-templates/authorizing-parameters-steps-and-actions.md +++ b/docs/features/software-templates/authorizing-parameters-steps-and-actions.md @@ -4,7 +4,7 @@ title: 'Authorizing parameters, steps and actions' description: How to authorize part of a template --- -The scaffolder plugin integrates with the Backstage [permission framework](../../permissions/overview), which allows you to control access to certain parameters and steps in your templates based on the user executing the template. +The scaffolder plugin integrates with the Backstage [permission framework](../../permissions/overview.md), which allows you to control access to certain parameters and steps in your templates based on the user executing the template. ### Authorizing parameters and steps @@ -47,7 +47,7 @@ metadata: In this example, the `description` parameter and the `step2` step are marked with the `secret` tag. -To conditionally authorize parameters and steps based on the user executing the template, [edit your permission policy](../../permissions/writing-a-policy), by targeting `templateParameterReadPermission` and `templateStepReadPermission` permissions, which are provided by the scaffolder plugin. For example: +To conditionally authorize parameters and steps based on the user executing the template, [edit your permission policy](../../permissions/writing-a-policy.md), by targeting `templateParameterReadPermission` and `templateStepReadPermission` permissions, which are provided by the scaffolder plugin. For example: ```ts import {