mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 22:23:00 +00:00
fix(v2): Getting Started URL (#2874)
This commit is contained in:
parent
6f332f4345
commit
4b78fd4f96
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue