Skip to content

Commit

Permalink
Merge pull request #183 from angelasimms/DOCS-407_Fix_links_to_CLC
Browse files Browse the repository at this point in the history
DOCS-407 Fixes links to CLC
  • Loading branch information
angelasimms authored Feb 24, 2023
2 parents 0a4637e + dbec3be commit 25a4c07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/partials/body-home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<figcaption class="caption">Go</figcaption></a>
</figure>
<figure class="item">
<a href="https://docs.hazelcast.com/hazelcast/latest/clients/clc"><img src="{{{uiRootPath}}}/img/hazelcast-flat.png"/>
<a href="https://docs.hazelcast.com/clc/latest-dev/"><img src="{{{uiRootPath}}}/img/hazelcast-flat.png"/>
<figcaption class="caption">CLC</figcaption></a>
</figure>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a class="navbar-item" href="{{{siteRootPath}}}/hazelcast/latest/" onclick="window.open(this.href,'_blank');return false;">Hazelcast Platform</a>
<a class="navbar-item" href="{{{siteRootPath}}}/management-center/latest/" onclick="window.open(this.href,'_blank');return false;">Management Center</a>
<a class="navbar-item" href="{{{siteRootPath}}}/operator/latest/" onclick="window.open(this.href,'_blank');return false;">Hazelcast Platform Kubernetes Operator</a>
<a class="navbar-item" href="{{{siteRootPath}}}/hazelcast/latest/clients/clc/" onclick="window.open(this.href,'_blank');return false;">Hazelcast Command-Line Client</a>
<a class="navbar-item" href="{{{siteRootPath}}}/clc/latest-dev/" onclick="window.open(this.href,'_blank');return false;">Hazelcast Command-Line Client</a>
</div>
</div>
{{#if (eq page.component.name 'hazelcast')}}
Expand Down

0 comments on commit 25a4c07

Please sign in to comment.