Skip to content

Commit

Permalink
fix(v2): Getting Started URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fanny authored Jun 3, 2020
1 parent 6f332f4 commit 2345223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Home() {
<div className={styles.indexCtas}>
<Link
className={styles.indexCtasGetStartedButton}
to={useBaseUrl('docs/introduction')}>
to={useBaseUrl('docs/')}>
Get Started
</Link>
<span className={styles.indexCtasGitHubButtonWrapper}>
Expand Down

0 comments on commit 2345223

Please sign in to comment.