]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-111625: Fix link to Info-ZIP homepage (#111626)
authorpartev <petrosyan@gmail.com>
Thu, 2 Nov 2023 11:10:30 +0000 (07:10 -0400)
committerGitHub <noreply@github.com>
Thu, 2 Nov 2023 11:10:30 +0000 (11:10 +0000)
Doc/tools/templates/download.html
Lib/test/ziptestdata/README.md

index 7920e0619f9337f8f6621a72de83989f380799e6..b5353d6fb77ab46152e596c29994f304cbde050c 100644 (file)
@@ -49,12 +49,12 @@ Python in one of various formats, follow one of links in this table.</p>
 
 <p>Unix users should download the .tar.bz2 archives; these are bzipped tar
 archives and can be handled in the usual way using tar and the bzip2
-program. The <a href="http://www.info-zip.org">InfoZIP</a> unzip program can be
+program. The <a href="https://infozip.sourceforge.net">Info-ZIP</a> unzip program can be
 used to handle the ZIP archives if desired. The .tar.bz2 archives provide the
 best compression and fastest download times.</p>
 
 <p>Windows users can use the ZIP archives since those are customary on that
-platform. These are created on Unix using the InfoZIP zip program.</p>
+platform. These are created on Unix using the Info-ZIP zip program.</p>
 
 
 <h2>Problems</h2>
index 6b9147db76e17870a60f21ad98fb56b3cb1f3f18..00d96d445bf543f4f43ed9391c4995ee382f034a 100644 (file)
@@ -1,7 +1,7 @@
 # Test data for `test_zipfile`
 
 The test executables in this directory are created manually from header.sh and
-the `testdata_module_inside_zip.py` file.  You must have infozip's zip utility
+the `testdata_module_inside_zip.py` file.  You must have Info-ZIP's zip utility
 installed (`apt install zip` on Debian).
 
 ## Purpose
@@ -25,7 +25,7 @@ rm zip2.zip
 
 ### Modern format (4.5) zip64 file
 
-Redirecting from stdin forces infozip's zip tool to create a zip64.
+Redirecting from stdin forces Info-ZIP's zip tool to create a zip64.
 
 ```
 zip -0 <testdata_module_inside_zip.py >zip64.zip