docs: fix broken links

This commit is contained in:
Patrik Oldsberg
2020-08-12 10:45:05 +02:00
parent 238b5c5883
commit 19046ef51e
2 changed files with 2 additions and 2 deletions
@@ -50,7 +50,7 @@ yarn start
And you are good to go! 👍
Read the full documentation on how to [create an app](https://github.com/spotify/backstage/blob/master/docs/create-an-app.md) on GitHub.
Read the full documentation on how to [create an app](https://github.com/spotify/backstage/blob/master/docs/getting-started/create-an-app.md) on GitHub.
## What do I get? (Let's get technical...)
+1 -1
View File
@@ -36,4 +36,4 @@ New Relic Plugin Path: [/newrelic](http://localhost:3000/newrelic)
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
It is only meant for local development, and the setup for it can be found inside the [/dev](/dev) directory.
It is only meant for local development, and the setup for it can be found inside the [/dev](./dev) directory.