1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-15 01:16:22 +02:00

chore: fix getting started link on docs index

This commit is contained in:
Ivar Conradi Østhus 2021-02-25 16:46:29 +01:00
parent c7c618dbc5
commit 3dcc65ef52
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -134,7 +134,7 @@ class HomeSplash extends React.Component {
</a>
<FeatureCallout />
<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={siteConfig.repoUrl}>GitHub</Button>
</PromoSection>