From 98b6d8ee9ba03b7639d3cc43fca9d4292c7de54d 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 83302df69f8..4a215d3c68f 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" ------------------------------------------------------------------------- -------------------------------------------------------------------------