Skip to content

Commit 08edde9

Browse files
authored
Fixed the broken get started link in index.js
This broke, because of the slug change in intro.mdx. Aka last commit
1 parent cbe8cfb commit 08edde9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function HomepageHeader() {
2828
<div className={styles.button}>
2929
<Link
3030
className="button button--secondary button--lg"
31-
to="/docs/intro">
31+
to="/docs">
3232
Get Started
3333
</Link>
3434
</div>

0 commit comments

Comments
 (0)