Merge pull request #5249 from kdichev/patch-1

Fix Broken Link on home page
This commit is contained in:
Ben Lambert
2021-04-12 16:56:55 +02:00
committed by GitHub
+1 -1
View File
@@ -292,7 +292,7 @@ class Index extends React.Component {
Build your own software templates
</ActionBlock.Title>
<ActionBlock.Link
href={`https://github.com/backstage/backstage/blob/master/docs/features/software-templates/extending/index.md`}
href={`https://github.com/backstage/backstage/blob/master/docs/features/software-templates/index.md`}
>
Contribute
</ActionBlock.Link>