Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 69d68da

Browse files
committed
Update README.md for 1.6.0
1 parent d6759a6 commit 69d68da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ You can download released artifacts from [Maven Central](https://search.maven.or
133133

134134
# Documentation
135135

136-
- [lz4](https://lz4.github.io/lz4-java/1.5.1/docs/net/jpountz/lz4/package-summary.html)
137-
- [xxhash](https://lz4.github.io/lz4-java/1.5.1/docs/net/jpountz/xxhash/package-summary.html)
136+
- [lz4](https://lz4.github.io/lz4-java/1.6.0/docs/net/jpountz/lz4/package-summary.html)
137+
- [xxhash](https://lz4.github.io/lz4-java/1.6.0/docs/net/jpountz/xxhash/package-summary.html)
138138
- [changelog](https://github.com/lz4/lz4-java/blob/master/CHANGES.md)
139139

140140
# Performance
@@ -144,8 +144,8 @@ hashing performance can depend a lot on the input (there are lies, damn lies
144144
and benchmarks), here are some benchmarks that try to give a sense of the
145145
speed at which they compress/decompress/hash bytes.
146146

147-
- [lz4 compression](https://lz4.github.io/lz4-java/1.5.1/lz4-compression-benchmark/)
148-
- [lz4 decompression](https://lz4.github.io/lz4-java/1.5.1/lz4-decompression-benchmark/)
147+
- [lz4 compression](https://lz4.github.io/lz4-java/1.6.0/lz4-compression-benchmark/)
148+
- [lz4 decompression](https://lz4.github.io/lz4-java/1.6.0/lz4-decompression-benchmark/)
149149
- [xxhash hashing](https://lz4.github.io/lz4-java/1.3.0/xxhash-benchmark/)
150150

151151
# Build

0 commit comments

Comments
 (0)