From 64615dd726f3334fef1d7c690ef877339387ed4d Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Mon, 1 Mar 2021 14:48:02 -0700 Subject: [PATCH] Fix relative link --- docs/getting-started/index.md | 2 +- docs/getting-started/running-backstage-locally.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index f36efe5d6f..2536944a7c 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -38,7 +38,7 @@ npx @backstage/create-app ``` You will be taken through a wizard to create your app. You can read more about -this process in [Create an app](./create-an-app). +this process in [Create an app](./create-an-app.md). ### Contributing to Backstage diff --git a/docs/getting-started/running-backstage-locally.md b/docs/getting-started/running-backstage-locally.md index 01ee6bca3f..873c26a099 100644 --- a/docs/getting-started/running-backstage-locally.md +++ b/docs/getting-started/running-backstage-locally.md @@ -5,7 +5,7 @@ description: Documentation on How to run Backstage Locally --- To develop a plugin or contribute to the Backstage project, we recommend cloning -the Backstage repository and running locally in development mode. If you not +the Backstage repository and running locally in development mode. If you are not trying to contribute, follow the instructions to [Create an App](./create-an-app.md) instead.