Skip to content

Commit 5a3556a

Browse files
authored
Fix PR Builder (#692)
The PR builder is failing for unrelated PRs because a link in the documentation is dead. Fixes: #689 (comment)
1 parent 2722e16 commit 5a3556a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using_python_client_with_hazelcast.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@ The code that runs on the entries is implemented in Java on the server
14011401
side. The client side entry processor is used to specify which entry
14021402
processor should be called. For more details about the Java
14031403
implementation of the entry processor, see the `Entry Processor section
1404-
<https://docs.hazelcast.com/hazelcast/latest/computing/entry-processor>`__
1404+
<https://docs.hazelcast.com/hazelcast/latest/data-structures/entry-processor>`__
14051405
in the Hazelcast Reference Manual.
14061406

14071407
After the above implementations and configuration are done and you start

0 commit comments

Comments
 (0)