Fix broken link

This commit is contained in:
Stefan Ålund
2020-03-16 08:58:21 +01:00
parent 6176817502
commit 2db71be891
@@ -77,7 +77,7 @@ const WelcomePage: FC<{}> = () => {
</Typography>
<Typography variant="body1" paragraph>
We suggest you either check out the documentation for{' '}
<Link href="https://github.com/spotify/backstage#plugins">
<Link href="https://github.com/spotify/backstage/blob/master/docs/getting-started/create-a-plugin.md">
creating a plugin
</Link>{' '}
or have a look in the code for the{' '}
@@ -96,7 +96,7 @@ const WelcomePage: FC<{}> = () => {
<Link href="https://backstage.io">backstage.io</Link>
</ListItem>
<ListItem>
<Link href="https://github.com/spotify/backstage#plugins">
<Link href="https://github.com/spotify/backstage/blob/master/docs/getting-started/create-a-plugin.md">
Create a plugin
</Link>
</ListItem>