mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 06:29:03 +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}>
|
||||
<Link
|
||||
className={styles.indexCtasGetStartedButton}
|
||||
to={useBaseUrl('docs/introduction')}>
|
||||
to={useBaseUrl('docs/')}>
|
||||
Get Started
|
||||
</Link>
|
||||
<span className={styles.indexCtasGitHubButtonWrapper}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue