From 1f2b2170b3104f6c49d6840e7e5b4c46535c6f75 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Fri, 11 Apr 2025 21:13:17 -0400 Subject: [PATCH] CHANGELOG.md: Fix incorrect link to VABC compression algorithm documentation Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea4e20..8d3c339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ * Add support for changing the virtual A/B compression algorithm ([PR #437]) * For devices that launched with Android <14, `--vabc-algo lz4` can significantly increase OTA installation speed when using a custom OTA updater app (with caveats). There is no difference when sideloading from recovery mode. - * See [the documentation](#changing-virtual-ab-cow-compression-algorithm) for more details. + * See [the documentation](./README.md#changing-virtual-ab-cow-compression-algorithm) for more details. * Switch back to the ring library now that it is maintained again ([PR #438]) * Update dependencies ([PR #439])