Skip to content

Commit

Permalink
Update the javadoc link for the new client (#1321)
Browse files Browse the repository at this point in the history
Fıxed the javadoc link for the new client.

---------

Co-authored-by: Oliver Howell <[email protected]>
  • Loading branch information
ihsandemir and oliverhowell authored Oct 14, 2024
1 parent 55ced07 commit cc978f7
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
Expand Up @@ -15,7 +15,7 @@ NOTE: Where there are specific differences between {java-client} and {java-clien

// check production recommendation

Both native ({java-client}) and standalone ({java-client-new}) 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:
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-java-client/{page-latest-supported-java-client-new}/javadoc[Hazelcast {java-client-new} API documentation]
Expand Down Expand Up @@ -508,7 +508,7 @@ security:
For more information, see the appropriate API documentation for your client:

* https://docs.hazelcast.org/docs/{full-version}/javadoc/com/hazelcast/client/config/ClientSecurityConfig.html[{java-client-new} ClientSecurityConfig API documentation]
* https://docs.hazelcast.org/docs/{page-latest-supported-java-client-new}/javadoc/com/hazelcast/client/config/ClientSecurityConfig.html[{java-client} ClientSecurityConfig API documentation]
* https://docs.hazelcast.org/hazelcast-java-client/{page-latest-supported-java-client-new}/javadoc/com/hazelcast/client/config/ClientSecurityConfig.html[{java-client} ClientSecurityConfig API documentation]

[[classloader]]
=== Configure ClassLoader
Expand Down

0 comments on commit cc978f7

Please sign in to comment.