Skip to content

Commit

Permalink
docs: update start.mdx to fix broken page links (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
desnor committed May 14, 2024
1 parent 2e8d9d6 commit 9c32ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/docs/start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The above code is 100% valid CSS and natively supported by browsers.

:::note

MistCSS components support enum, boolean and string props. See [Writing Components](components).
MistCSS components support enum, boolean and string props. See [Writing Components](component).

:::

Expand All @@ -75,6 +75,6 @@ export const App = () => <CustomButton variant="primary">Save</CustomButton>

:::note

MistCSS supports creating React, Astro and Hono components. See [frameworks](frameworks).
MistCSS supports creating React, Astro and Hono components. See [frameworks](./integration/frameworks).

:::
:::

0 comments on commit 9c32ec2

Please sign in to comment.