Skip to content

Commit

Permalink
Fix "Get Started" button
Browse files Browse the repository at this point in the history
darrenburns committed Aug 17, 2024
1 parent 84e94bf commit eff8ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/overrides/home.html
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
we're gonna do it all ourself. */
html { scroll-behavior: smooth; }
.md-main{
display: none;
max-width: 1000px;
margin: 0 auto;
}
@@ -1629,7 +1630,7 @@ <h1 id="home-title">The API client that lives in your terminal.</h1>
<a href="#feature-title-1" title="Scroll to Features" class="posting-button">
Discover Features
</a>
<a href="{{ 'guide/index.html' | url }}" title="Posting Documentation" class="posting-button">
<a href="/guide" title="Posting Documentation" class="posting-button">
Get Started
</a>
</div>

0 comments on commit eff8ae1

Please sign in to comment.