]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-103484: Fix broken links reported by linkcheck (#103608)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Sat, 22 Apr 2023 14:24:47 +0000 (11:24 -0300)
committerGitHub <noreply@github.com>
Sat, 22 Apr 2023 14:24:47 +0000 (08:24 -0600)
commitcaed49448d195565940caf198cf0edda65ee5679
tree4bf6adc24e2ff760ecdd20efd5bd88e2d5b0eb00
parente5eaac6064561c8f7643011a31fa506e78330798
GH-103484: Fix broken links reported by linkcheck (#103608)

* Doc: Fix broken links reported by linkcheck

* Apply suggestions from code review

- Remove extra diff line in faq/library.rst (merwok)
- Use HTTPS to link Unicode 15.0.0 to solve a redirect (hugovk)
- Use wayback machine link for openssl 1.1.0 instead of linking 1.1.1, "as this text mentions a feature from 1.1.0" (hugovk)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Doc: Make mark-up code as literal

* Doc: Alphabetize items in linkcheck_ignore

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Doc: Improve comment in sphinx conf

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
---------

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
15 files changed:
Doc/conf.py
Doc/distributing/index.rst
Doc/faq/library.rst
Doc/howto/functional.rst
Doc/howto/urllib2.rst
Doc/library/readline.rst
Doc/library/stdtypes.rst
Doc/library/zipfile.rst
Doc/whatsnew/2.6.rst
Doc/whatsnew/2.7.rst
Misc/NEWS.d/3.7.0b2.rst
Misc/NEWS.d/3.8.0a1.rst
Misc/NEWS.d/3.9.0a1.rst
Misc/NEWS.d/3.9.0a2.rst
Misc/NEWS.d/3.9.0a4.rst