Skip to content

Commit 1a287af

Browse files
authored
Fix broken entry processor documentation link (#1527)
[Slack discussion](https://hazelcast.slack.com/archives/C035HQET5/p1722580449491389)
1 parent 0fec7f7 commit 1a287af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCUMENTATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,7 @@ Now you need to configure the `hazelcast.xml` to add your factory as shown below
28282828

28292829
In this example, the code that runs on the entries is implemented in Java on the server side. The client side entry processor is
28302830
used to specify which entry processor should be called. For more details about the Java implementation of the entry processor,
2831-
see the [Entry Processor section](https://docs.hazelcast.com/hazelcast/latest/computing/entry-processor) in the Hazelcast
2831+
see the [Entry Processor section](https://docs.hazelcast.com/hazelcast/latest/data-structures/entry-processor) in the Hazelcast
28322832
Reference Manual.
28332833

28342834
After the above implementations and configuration are done and you start the server where your library is added to its

0 commit comments

Comments
 (0)