Skip to content

Commit cfdcc96

Browse files
[3.11] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111640)
Co-authored-by: partev <[email protected]>
1 parent cf61454 commit cfdcc96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/tools/templates/download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ <h2>Unpacking</h2>
4949

5050
<p>Unix users should download the .tar.bz2 archives; these are bzipped tar
5151
archives and can be handled in the usual way using tar and the bzip2
52-
program. The <a href="http://www.info-zip.org">InfoZIP</a> unzip program can be
52+
program. The <a href="https://infozip.sourceforge.net">Info-ZIP</a> unzip program can be
5353
used to handle the ZIP archives if desired. The .tar.bz2 archives provide the
5454
best compression and fastest download times.</p>
5555

5656
<p>Windows users can use the ZIP archives since those are customary on that
57-
platform. These are created on Unix using the InfoZIP zip program.</p>
57+
platform. These are created on Unix using the Info-ZIP zip program.</p>
5858

5959

6060
<h2>Problems</h2>

Lib/test/ziptestdata/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test data for `test_zipfile`
22

33
The test executables in this directory are created manually from header.sh and
4-
the `testdata_module_inside_zip.py` file. You must have infozip's zip utility
4+
the `testdata_module_inside_zip.py` file. You must have Info-ZIP's zip utility
55
installed (`apt install zip` on Debian).
66

77
## Purpose
@@ -25,7 +25,7 @@ rm zip2.zip
2525

2626
### Modern format (4.5) zip64 file
2727

28-
Redirecting from stdin forces infozip's zip tool to create a zip64.
28+
Redirecting from stdin forces Info-ZIP's zip tool to create a zip64.
2929

3030
```
3131
zip -0 <testdata_module_inside_zip.py >zip64.zip

0 commit comments

Comments
 (0)