Skip to content

Commit

Permalink
Fix getting started links
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmaas authored Sep 18, 2023
1 parent 19556af commit ed919d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: index-page # Note: This adds a custom class to layout.njk
<h1>Gateway Policies for Kubernetes</h1>
<h2>Gateways play a pivotal role in application connectivity. With Kuadrant, platform engineers and application developers can easily scale, load-balance, and protect their services and infrastructure using its powerful policy APIs.</h2>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="http://docs.kuadrant.io/multicluster-gateway-controller/docs/getting-started" class="btn-get-started">Get Started</a>
<a href="https://docs.kuadrant.io/getting-started/" class="btn-get-started">Get Started</a>
<a href="https://youtu.be/TyhpIQXiPUo" class="glightbox btn-watch-video"><i class="bi bi-play-circle"></i><span>Watch Video</span></a>
</div>
</div>
Expand Down Expand Up @@ -159,11 +159,11 @@ tags: index-page # Note: This adds a custom class to layout.njk

<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3>Getting Stared</h3>
<h3>Getting Started</h3>
<p> Ready to simplify your API management and boost your application's security and observability? Dive into Kuadrant's comprehensive documentation, installation guides, and tutorials to get started today. Experience the benefits of streamlined API gateway management right away!</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="https://github.com/kuadrant">Getting Started</a>
<a class="cta-btn align-middle" href="https://docs.kuadrant.io/getting-started/">Getting Started</a>
</div>
</div>

Expand Down

0 comments on commit ed919d9

Please sign in to comment.