Skip to content

Commit

Permalink
Fix get started link
Browse files Browse the repository at this point in the history
  • Loading branch information
claudio4j authored Nov 29, 2023
1 parent e2eb11b commit bbc1881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/kross-hugo/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 class="text-white font-tertiary">{{ site.Data.homepage.banner.body | safeHTML }}</h1>
<h2 class="text-white">{{ site.Data.homepage.banner.subText | safeHTML }}</h2>
<div class="p-1">
<a href="/quickstart" title="Kaoto Quickstart" class="btn btn-primary btn-cta border mt-4 pt-1 pb-1 mr-2">
<a href="/docs/quickstart" title="Kaoto Quickstart" class="btn btn-primary btn-cta border mt-4 pt-1 pb-1 mr-2">
🚀&nbsp;&nbsp;Get Started
</a>
<a href="https://marketplace.visualstudio.com/items?itemName=redhat.vscode-kaoto" title="VS Code Extension" class="btn btn-primary btn-cta border mt-4 pt-1 pb-1 mr-2 vscode" target="_blank" rel="no-follow noopener">
Expand Down

0 comments on commit bbc1881

Please sign in to comment.