From eca5c7944796aeb5887a53b3da87479531099174 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Wed, 16 Feb 2022 13:28:37 +0100 Subject: [PATCH] fix broken storybook link Signed-off-by: Emma Indal --- docs/getting-started/homepage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/homepage.md b/docs/getting-started/homepage.md index b7f7b88c6f..59272a285b 100644 --- a/docs/getting-started/homepage.md +++ b/docs/getting-started/homepage.md @@ -138,7 +138,7 @@ Composing a homepage is no different from creating a regular React Component, i.e. the App Integrator is free to include whatever content they like. However, there are components developed with the homepage in mind. If you are looking for components to use when composing your homepage, you can take a look at the -[collection of Homepage components](https://backstage.io/?path=/story/plugins-home-components) +[collection of Homepage components](https://backstage.io/storybook?path=/story/plugins-home-components) in storybook. If you don't find a component that suits your needs but want to contribute, check the [Contributing documentation](https://github.com/backstage/backstage/blob/master/plugins/home/README.md#contributing).