Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/using_python_client_with_hazelcast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ The code that runs on the entries is implemented in Java on the server
side. The client side entry processor is used to specify which entry
processor should be called. For more details about the Java
implementation of the entry processor, see the `Entry Processor section
<https://docs.hazelcast.com/hazelcast/latest/computing/entry-processor>`__
<https://docs.hazelcast.com/hazelcast/latest/data-structures/entry-processor>`__
in the Hazelcast Reference Manual.

After the above implementations and configuration are done and you start
Expand Down