mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-08 22:03:01 +02:00
Fix Getting Started link on homepage
This commit is contained in:
parent
efc6c7561d
commit
2b5de79a50
1 changed files with 1 additions and 2 deletions
|
@ -53,8 +53,7 @@ class HomeSplash extends React.Component {
|
||||||
<div className="pluginRowBlock">
|
<div className="pluginRowBlock">
|
||||||
<Button
|
<Button
|
||||||
href={`
|
href={`
|
||||||
${siteConfig.baseUrl}docs/${this.props
|
${siteConfig.baseUrl}docs/getting-started.html
|
||||||
.language}/getting-started.html
|
|
||||||
`}
|
`}
|
||||||
>
|
>
|
||||||
Get Started
|
Get Started
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue