diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-21 19:06:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 19:06:05 (GMT) |
commit | 63e127f33d4088e28a470a1db98623d46e59a46a (patch) | |
tree | ef79775bb1ea666a9198c7ccd83e54459afaf64c /Doc/tools | |
parent | f6d777ce3890a8ab8cee25dfeede51afb38df1d2 (diff) | |
download | cpython-63e127f33d4088e28a470a1db98623d46e59a46a.zip cpython-63e127f33d4088e28a470a1db98623d46e59a46a.tar.gz cpython-63e127f33d4088e28a470a1db98623d46e59a46a.tar.bz2 |
gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076)
(cherry picked from commit f62ff97f31a775cc7956adeae32c14e7c85bdc15)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/templates/download.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 2456625..7920e06 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -3,6 +3,10 @@ {% if daily is defined %} {% set dlbase = pathto('archives', 1) %} {% else %} + {# + The link below returns HTTP 404 until the first related alpha release. + This is expected; use daily documentation builds for CPython development. + #} {% set dlbase = 'https://docs.python.org/ftp/python/doc/' + release %} {% endif %} |