Skip to content

Commit

Permalink
Fix broken entry processor documentation link (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen authored Aug 2, 2024
1 parent 0fec7f7 commit 1a287af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ Now you need to configure the `hazelcast.xml` to add your factory as shown below

In this example, 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) in the Hazelcast
see the [Entry Processor section](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 the server where your library is added to its
Expand Down

0 comments on commit 1a287af

Please sign in to comment.