From 9941d2bba338860855256333916bd4f9802fff39 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Thu, 11 Apr 2024 07:33:04 -0500 Subject: [PATCH] Fix a broken link for zlib url (#4383) --- release_docs/INSTALL_CMake.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 84bf892840e..02f0a754cce 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -70,7 +70,7 @@ External compression plugin libraries from https://github.com/HDFGroup/hdf5_plug hdf5_plugins.tar.gz External compression szip and zlib libraries: - ZLIB "https://github.com/madler/zlib/releases/download/v1.2.13/zlib-1.3.tar.gz" + ZLIB "https://github.com/madler/zlib/releases/download/v1.3/zlib-1.3.tar.gz" LIBAEC "https://github.com/MathisRosenhauer/libaec/releases/download/v1.0.6/libaec-1.0.6.tar.gz" ------------------------------------------------------------------------- -------------------------------------------------------------------------