From 5ab460fc223a0fa49191a6f38baeb1b0dbf0d6be Mon Sep 17 00:00:00 2001 From: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:44:59 -0500 Subject: [PATCH] Fix link to standalone app installation Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com> --- docs/getting-started/create-a-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/create-a-component.md b/docs/getting-started/create-a-component.md index 531b67fbc8..ab79d1e5ac 100644 --- a/docs/getting-started/create-a-component.md +++ b/docs/getting-started/create-a-component.md @@ -16,7 +16,7 @@ The standalone Backstage application includes the `Example Node.js Template`, wh For this example, the default Node.js template will be used. The template creates a repository in GitHub and adds the necessary files to it so that the component is integrated into the Software Catalog. Because you are creating a repository, you must first create an integration between Backstage and GitHub. -- You should have already [installed a standalone app](../getting-started/index.md). +- You should have already [installed a standalone app](./index.md). - Register the [GitHub Scaffolder Action module](../features/software-templates/builtin-actions.md#installing-action-modules).