Skip to content

Commit

Permalink
docs: Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Sep 5, 2024
1 parent 307548b commit b73ac69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home() {
<div className="container margin-vert--lg">
<Link
className="button button--primary button--lg"
to="/docs/intro"
to="/docs/introduction"
>
Get started
</Link>
Expand Down Expand Up @@ -61,7 +61,10 @@ function HomepageHeader() {
</p>

<div className={styles.buttons}>
<Link className="button button--primary button--lg" to="/docs/intro">
<Link
className="button button--primary button--lg"
to="/docs/introduction"
>
Get started
</Link>
</div>
Expand Down

0 comments on commit b73ac69

Please sign in to comment.