We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfd001 commit 303bd28Copy full SHA for 303bd28
README.md
@@ -45,7 +45,7 @@ uncompressed = uncompressed.asSlice(0, uncompressedSize);
45
46
# Algorithms
47
48
-## [Zstandard (Zstd)](https://www.zstd.net/) **(Recommended)**
+## [Zstandard (Zstd)](https://facebook.github.io/zstd) **(Recommended)**
49
Zstandard is the recommended algorithm for most compression. It provides
50
superior compression and performance at all levels compared to zlib. Zstandard is
51
an excellent choice for most use cases, especially storage and bandwidth constrained
0 commit comments