Skip to content

Commit cf959d3

Browse files
maxvpharshil1712
authored andcommitted
[Style Guide] Fix broken links (#18194)
1 parent 7962738 commit cf959d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/style-guide/components/feature.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ The header parameter supplies the feature name and the href parameter supplies t
99
```mdx
1010
import { Feature } from "~/components"
1111

12-
<Feature header="Astro" href="/style-guide/feature/">
12+
<Feature header="Astro" href="/style-guide/components/feature/">
1313
Hello, world!
1414
</Feature>
1515
```
1616

1717
import { Feature } from "~/components"
1818

19-
<Feature header="Astro" href="/style-guide/feature/">
19+
<Feature header="Astro" href="/style-guide/components/feature/">
2020
Hello, world!
21-
</Feature>
21+
</Feature>

0 commit comments

Comments
 (0)