Skip to content

Commit

Permalink
DOC-12: fix homepage links (again) (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell authored Jul 1, 2024
1 parent 5051f4d commit ad07b59
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/partials/body-home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<div id="search-input" class="search-container searchbox">
</div>
</div>
<main data-ceiling="topbar">
<article class="article">
<main data-ceiling="topbar">
<article class="article">
<div class="card">
<div class="card-header">
<i data-feather="zap" class="card-img"></i>
Expand Down Expand Up @@ -110,7 +110,7 @@
</div>
<ul class="card-list">
<li class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/clients/java/">
<a href="{{{siteRootPath}}}/hazelcast/latest/clients/java">
<img class="card-img" src="{{{uiRootPath}}}/img/java.png" alt="java" />
Java
</a>
Expand All @@ -128,7 +128,7 @@
</a>
</li>
<li class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/clients/hazelcast-clients/">All libraries & APIs (C#, Go...)</a>
<a href="{{{siteRootPath}}}/hazelcast/latest/clients/hazelcast-clients">All libraries & APIs (C#, Go...)</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -167,13 +167,13 @@
</div>
<ul class="card-list">
<li class="card-list-item">
<a href="{{{siteRootPath}}}/management-center/latest/getting-started/overview/">Management Center</a>
<a href="{{{siteRootPath}}}/management-center/latest/getting-started/overview">Management Center</a>
</li>
<li class="card-list-item">
<a href="{{{siteRootPath}}}/operator/latest/">Platform Operator</a>
<a href="{{{siteRootPath}}}/operator/latest">Platform Operator</a>
</li>
<li class="card-list-item">
<a href="{{{siteRootPath}}}/clc/latest/overview/">Command Line Client (CLC)</a>
<a href="{{{siteRootPath}}}/clc/latest/overview">Command Line Client (CLC)</a>
</li>
<li class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/latest/plugins/hazelcast-plugins">Plugins</a>
Expand Down Expand Up @@ -203,7 +203,7 @@
</div>


</article>
</article>

<aside class="additional-cards">
<div class="additional-card">
Expand All @@ -219,7 +219,7 @@
Use Hazelcast Cloud to get started with a Java client and manipulate a map.
</dd>
<dt class="card-list-item">
<a href="{{{siteRootPath}}}/hazelcast/tutorials/kubernetes">Deploy Hazelcast using Kubernetes</a>
<a href="{{{siteRootPath}}}/hazelcast/latest/tutorials/kubernetes">Deploy Hazelcast using Kubernetes</a>
</dt>
<dd class="card-list-item-description">
Deploy a Hazelcast cluster to Kubernetes and connect it to a Kubernetes application.
Expand Down Expand Up @@ -286,9 +286,10 @@
</aside>

{{> feedback-footer }}
</main>
</main>
</div>

<script>
feather.replace();
</script>

0 comments on commit ad07b59

Please sign in to comment.