Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/custom_theme/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<div class="mdx-hero__content">
<h1>Welcome to the {{ config.site_name }}</h1>
<p>{{ config.site_description }}</p>
<a href="{{ 'get-started/quick-start-guide' | url }}" title="Get Started" class="md-button md-button--primary md-button--teriary">
<a href="./{{ 'get-started/quick-start-guide' | url }}" title="Get Started" class="md-button md-button--primary md-button--teriary">
Get started
</a>
<a href="{{ 'get-started/get-your-planet-account' | url }}" title="Get your Planet account" class="md-button md-button--secondary">
<a href="./{{ 'get-started/get-your-planet-account' | url }}" title="Get your Planet account" class="md-button md-button--secondary">
Get a Planet account
</a>
</div>
Expand Down