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

Commit 7904a45

Browse files
committed
Update README.md for 1.8.0
1 parent f64bac4 commit 7904a45

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
@@ -135,8 +135,8 @@ You can download pure-Java lz4-java from [Maven Central](https://search.maven.or
135135

136136
# Documentation
137137

138-
- [lz4](https://lz4.github.io/lz4-java/1.7.1/docs/net/jpountz/lz4/package-summary.html)
139-
- [xxhash](https://lz4.github.io/lz4-java/1.7.1/docs/net/jpountz/xxhash/package-summary.html)
138+
- [lz4](https://lz4.github.io/lz4-java/1.8.0/docs/net/jpountz/lz4/package-summary.html)
139+
- [xxhash](https://lz4.github.io/lz4-java/1.8.0/docs/net/jpountz/xxhash/package-summary.html)
140140
- [changelog](https://github.com/lz4/lz4-java/blob/master/CHANGES.md)
141141

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

149-
- [lz4 compression](https://lz4.github.io/lz4-java/1.7.0/lz4-compression-benchmark/)
150-
- [lz4 decompression](https://lz4.github.io/lz4-java/1.7.0/lz4-decompression-benchmark/)
149+
- [lz4 compression](https://lz4.github.io/lz4-java/1.8.0/lz4-compression-benchmark/)
150+
- [lz4 decompression](https://lz4.github.io/lz4-java/1.8.0/lz4-decompression-benchmark/)
151151
- [xxhash hashing](https://lz4.github.io/lz4-java/1.3.0/xxhash-benchmark/)
152152

153153
# Build

0 commit comments

Comments
 (0)