Skip to content

Commit

Permalink
Updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jan 24, 2024
1 parent 5af6889 commit c0d4eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/components/HomeContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ const HomeContent = () => {
</p>

<div className="not-prose mb-16 mt-6 flex gap-3">
<Button href="/docs/introduction/getting-started" arrow="right">
<Button href="/docs/overview/getting-started" arrow="right">
<>Getting Started</>
</Button>
<Button href="/docs/introduction" variant="outline">
<Button href="/docs/overview" variant="outline">
<>Documentation</>
</Button>
</div>
Expand Down

0 comments on commit c0d4eb2

Please sign in to comment.