This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new b050dc1a3 Fix download links in release notes b050dc1a3 is described below commit b050dc1a34d11726981d1a3d945a9c448fad33ed Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Aug 20 08:13:00 2024 -0400 Fix download links in release notes --- RELEASE-NOTES.txt | 12 ++++++------ src/changes/release-notes.vm | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 3049b0d3c..c9f8d5a52 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -37,7 +37,7 @@ patches, or suggestions for improvement, see the Apache Commons Compress website https://commons.apache.org/proper/commons-compress/ -Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi +Download page: https://commons.apache.org/proper/commons-compress/download_compress.cgi Have fun! -Apache Commons Team @@ -108,7 +108,7 @@ patches, or suggestions for improvement, see the Apache Commons Compress website https://commons.apache.org/proper/commons-compress/ -Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi +Download page: https://commons.apache.org/proper/commons-compress/download_compress.cgi Have fun! -Apache Commons Team @@ -172,7 +172,7 @@ patches, or suggestions for improvement, see the Apache Commons Compress website https://commons.apache.org/proper/commons-compress/ -Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi +Download page: https://commons.apache.org/proper/commons-compress/download_compress.cgi Have fun! -Apache Commons Team @@ -223,7 +223,7 @@ patches, or suggestions for improvement, see the Apache Commons Compress website https://commons.apache.org/proper/commons-compress/ -Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi +Download page: https://commons.apache.org/proper/commons-compress/download_compress.cgi Have fun! -Apache Commons Team @@ -313,7 +313,7 @@ patches, or suggestions for improvement, see the Apache Commons Compress website https://commons.apache.org/proper/commons-compress/ -Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi +Download page: https://commons.apache.org/proper/commons-compress/download_compress.cgi Have fun! -Apache Commons Team @@ -398,7 +398,7 @@ patches, or suggestions for improvement, see the Apache Commons Compress website https://commons.apache.org/proper/commons-compress/ -Download page: https://commons.apache.org/proper/commons-compress/download_io.cgi +Download page: https://commons.apache.org/proper/commons-compress/download_compress.cgi Have fun! -Apache Commons Team diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 61577357c..342826ffe 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -156,7 +156,7 @@ patches, or suggestions for improvement, see the ${project.name} website: ${project.url} -Download page: ${project.url}download_io.cgi +Download page: ${project.url}download_compress.cgi Have fun! -Apache Commons Team