From 5a3556ab91eefe1d4d34307f124ff1ac26c9206e Mon Sep 17 00:00:00 2001 From: Jack Green Date: Fri, 2 Aug 2024 07:52:50 +0100 Subject: [PATCH] Fix PR Builder (#692) The PR builder is failing for unrelated PRs because a link in the documentation is dead. Fixes: https://github.com/hazelcast/hazelcast-python-client/pull/689#issuecomment-2264537706 --- docs/using_python_client_with_hazelcast.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using_python_client_with_hazelcast.rst b/docs/using_python_client_with_hazelcast.rst index e318811fc7..cbc7e2983a 100644 --- a/docs/using_python_client_with_hazelcast.rst +++ b/docs/using_python_client_with_hazelcast.rst @@ -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 -`__ +`__ in the Hazelcast Reference Manual. After the above implementations and configuration are done and you start