mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 22:47:52 +02:00
fix(v2): Getting Started URL (#2874)
This commit is contained in:
parent
6f332f4345
commit
4b78fd4f96
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function Home() {
|
||||||
<div className={styles.indexCtas}>
|
<div className={styles.indexCtas}>
|
||||||
<Link
|
<Link
|
||||||
className={styles.indexCtasGetStartedButton}
|
className={styles.indexCtasGetStartedButton}
|
||||||
to={useBaseUrl('docs/introduction')}>
|
to={useBaseUrl('docs/')}>
|
||||||
Get Started
|
Get Started
|
||||||
</Link>
|
</Link>
|
||||||
<span className={styles.indexCtasGitHubButtonWrapper}>
|
<span className={styles.indexCtasGitHubButtonWrapper}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue