From 8f629b16a42854307be489382a6ba484639e6622 Mon Sep 17 00:00:00 2001 From: Creeam <102713261+HaHaWTH@users.noreply.github.com> Date: Sat, 24 May 2025 23:41:56 +0800 Subject: [PATCH] Fix broken link to aircompressor As of Aircompressor v3, packages are renamed --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0057deb13..9615a5af8 100644 --- a/index.html +++ b/index.html @@ -220,7 +220,7 @@ which are explicitly labelled as Ports. | __Rust__ | Alexandre Bury | https://crates.io/crates/zstd | | __Rust__ (Port) | Moritz Borcherding | https://github.com/KillingSpark/zstd-rs | __Java__ | Luben Karavelov | https://github.com/luben/zstd-jni | -| __Java__ (Port) | Martin Traverso | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/zstd +| __Java__ (Port) | Martin Traverso | https://github.com/airlift/aircompressor/tree/master/src/main/java/io/airlift/compress/v3/zstd | __C#__ | SKB Kontur | https://github.com/skbkontur/ZstdNet | | __C#__ (streaming) | Bernhard Pichler | https://github.com/bp74/Zstandard.Net | __C#__ (signed) | Tyler Young | https://github.com/ImpromptuNinjas/ZStd -- 2.47.2