From 465701e058953fd7dfea04d519f55873480bccbd Mon Sep 17 00:00:00 2001 From: Himanshu Mishra Date: Fri, 11 Sep 2020 00:35:32 +0200 Subject: [PATCH] Use relative file link in docs to refer other page --- docs/getting-started/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md index 4695ab75e9..c528ad34ad 100644 --- a/docs/getting-started/index.md +++ b/docs/getting-started/index.md @@ -46,6 +46,5 @@ guide, which can help you get setup with a Backstage development environment. ### Next steps -Take a look at the -[Running Backstage Locally](/docs/getting-started/running-backstage-locally) +Take a look at the [Running Backstage Locally](./running-backstage-locally.md) guide to learn how to set up Backstage, and how to develop on the platform.