Skip to content

Commit

Permalink
Fix API doc links (#1535)
Browse files Browse the repository at this point in the history
Co-authored-by: hzJamesTsao <[email protected]>
  • Loading branch information
oliverhowell and hzJamesTsao authored Feb 12, 2025
1 parent ee871f0 commit cb33258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/clients/pages/java.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
= Java Client
:page-api-reference: https://docs.hazelcast.org/docs/{page-latest-supported-java-client}/javadoc
:page-toclevels: 1
:page-aliases: security:native-client-security.adoc
:description: Hazelcast provides a {java-client} within the standard distribution you can start using right away, and also a lightweight {java-client-new} that is available in Beta.
Expand All @@ -17,7 +16,8 @@ NOTE: Where there are specific differences between {java-client} and {java-clien

Both clients enable you to use the Hazelcast API, with this page explaining any differences or technical details that affect usage. This page should be read alongside the respective Javadoc-generated API documentation available from within your IDE and the following links:

* https://docs.hazelcast.org/docs/{page-latest-supported-java-client}/javadoc[Hazelcast {java-client} API documentation]
* https://docs.hazelcast.org/hazelcast-ee-docs/{ee-version}/javadoc[Hazelcast {java-client} {enterprise-product-name} API documentation]
* https://docs.hazelcast.org/docs/{os-version}/javadoc[Hazelcast {java-client} {open-source-product-name} API documentation]
* https://docs.hazelcast.org/hazelcast-java-client/{page-latest-supported-java-client-new}/javadoc[Hazelcast {java-client-new} API documentation]

== Get started
Expand Down

0 comments on commit cb33258

Please sign in to comment.