Skip to content

Commit

Permalink
Fix getting started link in doc (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
brmorr authored Jul 18, 2024
1 parent a3c4b75 commit 7857782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class HomeSplash extends React.Component {
<div className="inner">
<ProjectTitle siteConfig={siteConfig} />
<PromoSection>
<Button href="docs/getting-started">Get Started</Button>
<Button href={docUrl("getting-started")}>Get Started</Button>
</PromoSection>
</div>
</SplashContainer>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class HomeSplash extends React.Component {
<div className="inner">
<ProjectTitle siteConfig={siteConfig} />
<PromoSection>
<Button href="docs/getting-started">Get Started</Button>
<Button href={docUrl("getting-started")}>Get Started</Button>
</PromoSection>
</div>
</SplashContainer>
Expand Down

0 comments on commit 7857782

Please sign in to comment.