Fix relative link

This commit is contained in:
Tim Hansen
2021-03-01 14:48:02 -07:00
parent cdd6d1db7c
commit 64615dd726
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
@@ -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.