diff options
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2024-09-17 02:53:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-17 02:53:38 (GMT) |
commit | 0a32c6959c265d21d7c43fe8e4aefc8c0983e85e (patch) | |
tree | d3da0f4c6ec6b23af5c00e5e9232c8169ec1fb81 /Misc | |
parent | 10de3600a908f96d1c43dac85ef867991d54708e (diff) | |
download | cpython-0a32c6959c265d21d7c43fe8e4aefc8c0983e85e.zip cpython-0a32c6959c265d21d7c43fe8e4aefc8c0983e85e.tar.gz cpython-0a32c6959c265d21d7c43fe8e4aefc8c0983e85e.tar.bz2 |
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Fix redirects reported by linkcheck, update docs conf.py checks.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/3.10.0a7.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/3.12.0a6.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/3.10.0a7.rst b/Misc/NEWS.d/3.10.0a7.rst index 53185d3..d866e80 100644 --- a/Misc/NEWS.d/3.10.0a7.rst +++ b/Misc/NEWS.d/3.10.0a7.rst @@ -715,7 +715,7 @@ this situation. Also ensures that the :func:`tempfile.gettempdir` and Expose ``X509_V_FLAG_ALLOW_PROXY_CERTS`` as :const:`~ssl.VERIFY_ALLOW_PROXY_CERTS` to allow proxy certificate validation as explained in -https://www.openssl.org/docs/man1.1.1/man7/proxy-certificates.html. +https://docs.openssl.org/1.1.1/man7/proxy-certificates/. .. diff --git a/Misc/NEWS.d/3.12.0a6.rst b/Misc/NEWS.d/3.12.0a6.rst index 382dae3..bc708d1 100644 --- a/Misc/NEWS.d/3.12.0a6.rst +++ b/Misc/NEWS.d/3.12.0a6.rst @@ -17,7 +17,7 @@ from the HACL* project. Updated the OpenSSL version used in Windows and macOS binary release builds to 1.1.1t to address :cve:`2023-0286`, :cve:`2022-4303`, and :cve:`2022-4303` per `the OpenSSL 2023-02-07 security advisory -<https://www.openssl.org/news/secadv/20230207.txt>`_. +<https://openssl-library.org/news/secadv/20230207.txt>`_. .. |