From 00e77ed3226740f95a4948e1903c6cd78f82381c Mon Sep 17 00:00:00 2001 From: Alan Serhan Date: Thu, 6 Jun 2024 17:34:13 +0100 Subject: [PATCH] Signed-off-by: Alan Serhan - Fix broken link to cli --- docs/features/software-templates/writing-custom-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index d937d9ea54..a24cf428fa 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -32,7 +32,7 @@ $ yarn backstage-cli new > scaffolder-module - An module exporting custom actions for @backstage/plugin-scaffolder-backend ``` -You can find a [list](../../local-dev/cli-commands.md) of all commands provided by the Backstage CLI. +You can find a [list](../../tooling/cli/03-commands.md) of all commands provided by the Backstage CLI. When prompted, select the option to generate a scaffolder module. This creates a solid foundation for your custom action. Enter the name of the module you wish to create, and the CLI will generate the required files and directory structure.