mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 20:52:48 +00:00
Fix Getting Started link on homepage
This commit is contained in:
parent
efc6c7561d
commit
2b5de79a50
|
|
@ -53,8 +53,7 @@ class HomeSplash extends React.Component {
|
|||
<div className="pluginRowBlock">
|
||||
<Button
|
||||
href={`
|
||||
${siteConfig.baseUrl}docs/${this.props
|
||||
.language}/getting-started.html
|
||||
${siteConfig.baseUrl}docs/getting-started.html
|
||||
`}
|
||||
>
|
||||
Get Started
|
||||
|
|
|
|||
Loading…
Reference in New Issue