diff --git a/docs/modules/clients/pages/java.adoc b/docs/modules/clients/pages/java.adoc index 5a1031ed0..eed2608d4 100644 --- a/docs/modules/clients/pages/java.adoc +++ b/docs/modules/clients/pages/java.adoc @@ -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. @@ -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