Skip to content

Commit 9c32ec2

Browse files
authored
docs: update start.mdx to fix broken page links (#52)
1 parent 2e8d9d6 commit 9c32ec2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/content/docs/start.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The above code is 100% valid CSS and natively supported by browsers.
5252

5353
:::note
5454

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

5757
:::
5858

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

7676
:::note
7777

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

80-
:::
80+
:::

0 commit comments

Comments
 (0)