mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-27 01:19:00 +02:00
chore: fix getting started link on docs index
This commit is contained in:
parent
c7c618dbc5
commit
3dcc65ef52
@ -134,7 +134,7 @@ class HomeSplash extends React.Component {
|
|||||||
</a>
|
</a>
|
||||||
<FeatureCallout />
|
<FeatureCallout />
|
||||||
<PromoSection>
|
<PromoSection>
|
||||||
<Button className="primary" href={docUrl('getting_started.html', language)}>Getting Started</Button>
|
<Button className="primary" href={docUrl('deploy/getting_started', language)}>Getting Started</Button>
|
||||||
<Button href="#try">Try It Out</Button>
|
<Button href="#try">Try It Out</Button>
|
||||||
<Button href={siteConfig.repoUrl}>GitHub</Button>
|
<Button href={siteConfig.repoUrl}>GitHub</Button>
|
||||||
</PromoSection>
|
</PromoSection>
|
||||||
|
Loading…
Reference in New Issue
Block a user