From 6afde08e19fc08c5762bedba5f50edf270f0c4b8 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Tue, 21 Dec 2021 09:19:58 -0800 Subject: [PATCH] update API manual link for automatic updates at release time --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a461cb57e..4ae52009a 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,7 @@ At the top, you'll find simple methods, using trivial arguments and behavior. Then, at each new paragraph, the API introduces new concepts and parameters, giving gradually more control for advanced usages. -You can learn more about Zstandard API by reading [its documentation](http://facebook.github.io/zstd/zstd_manual.html). +You can learn more about Zstandard API by reading [its documentation](https://raw.githack.com/facebook/zstd/release/doc/zstd_manual.html).
-- 2.47.2