Skip to content

Commit

Permalink
change links in main home
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Aug 5, 2022
1 parent a6348ad commit c7c78cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,15 @@ function HomeCallToAction() {
<>
<ActionButton
type="primary"
href={useBaseUrl('docs/getting-started')}
href={useBaseUrl('docs/environment-setup')}
target="_self">
Get started
</ActionButton>
<ActionButton
type="secondary"
href={useBaseUrl('docs/tutorial')}
href={useBaseUrl('docs/getting-started')}
target="_self">
Learn basics
Learn the basics
</ActionButton>
</>
);
Expand Down

0 comments on commit c7c78cb

Please sign in to comment.