Skip to content

Commit a79e606

Browse files
authored
Update Hazelcast documentation link version (#1205)
* Upgrade to latest non-SNAPSHOT Hazelcast * Update documentation version
1 parent 5297803 commit a79e606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reference_Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ The Compact serialization does not require any changes in the user classes as it
986986
987987
The underlying format of the compact serialized objects is platform and language independent.
988988
989-
Refer to [documentation](https://docs.hazelcast.com/hazelcast/5.3-snapshot/compact-binary-specification) for more details about compact binary serialization.
989+
Refer to [documentation](https://docs.hazelcast.com/hazelcast/latest/compact-binary-specification) for more details about compact binary serialization.
990990
### 4.3.1. Compact Serializer
991991
Another way to use compact serialization is to implement the `hz_serializer<T> : compact::compact_serializer` specialization for a `T`. A basic serializer could look like:
992992

0 commit comments

Comments
 (0)