summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorpartev <petrosyan@gmail.com>2023-11-02 11:10:30 (GMT)
committerGitHub <noreply@github.com>2023-11-02 11:10:30 (GMT)
commit6a0d7b43df12ab4426badd09d2796e66838129ac (patch)
tree76ef5331543e80863799e494d249ffb714dc178c /Doc
parent7215f173f5881f53728679d03b0f513716d8c099 (diff)
downloadcpython-6a0d7b43df12ab4426badd09d2796e66838129ac.zip
cpython-6a0d7b43df12ab4426badd09d2796e66838129ac.tar.gz
cpython-6a0d7b43df12ab4426badd09d2796e66838129ac.tar.bz2
gh-111625: Fix link to Info-ZIP homepage (#111626)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/templates/download.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html
index 7920e06..b5353d6 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -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>