Skip to content

Commit

Permalink
fixed intro link
Browse files Browse the repository at this point in the history
  • Loading branch information
hello391 committed Sep 8, 2024
1 parent c36aa58 commit bf7f514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Home(): JSX.Element {
<p className="hero__subtitle">{siteConfig.tagline}</p>
</div>
<div className={styles.buttons}>
<Link className="button button--secondary button--lg" to="/docs">
<Link className="button button--secondary button--lg" to="/docs/getting-started/intro">
Jump to Docs
</Link>
</div>
Expand Down

0 comments on commit bf7f514

Please sign in to comment.