Replace old repository links & improve README by Marcono1234 · Pull Request #2 · yawkat/lz4-java

Comment on lines +150 to +151

- [lz4](https://javadoc.io/doc/at.yawk.lz4/lz4-java/latest/org.lz4.java/net/jpountz/lz4/package-summary.html)
- [xxhash](https://javadoc.io/doc/at.yawk.lz4/lz4-java/latest/org.lz4.java/net/jpountz/xxhash/package-summary.html)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uses javadoc.io here because I think the Javadoc is not published to GitHub pages currently?

Comment on lines 162 to 164

- [lz4 compression](https://lz4.github.io/lz4-java/1.8.0/lz4-compression-benchmark/)
- [lz4 decompression](https://lz4.github.io/lz4-java/1.8.0/lz4-decompression-benchmark/)
- [xxhash hashing](https://lz4.github.io/lz4-java/1.3.0/xxhash-benchmark/)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These links still refer to the main original repository as well, but maybe they could be kept (with an additional mention that this is for an older version) for now?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, not sure if I want to go through the effort of setting up github pages… I'll create an issue for it, but I'm very busy atm and I don't think it's high priority