Skip to content

Commit

Permalink
[Style Guide] Fix broken links (#18194)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxvp authored Nov 14, 2024
1 parent 0f2763e commit db729c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/style-guide/components/feature.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ The header parameter supplies the feature name and the href parameter supplies t
```mdx
import { Feature } from "~/components"

<Feature header="Astro" href="/style-guide/feature/">
<Feature header="Astro" href="/style-guide/components/feature/">
Hello, world!
</Feature>
```

import { Feature } from "~/components"

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

0 comments on commit db729c9

Please sign in to comment.