fix(v2): Getting Started URL (#2874)

This commit is contained in:
Fanny 2020-06-03 21:34:22 -03:00 committed by GitHub
parent 6f332f4345
commit 4b78fd4f96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}>