Closed
Description
Documentation
Hello 👋
RFC hyperlinks present on https://docs.python.org are broken.
It's impacting the documentation version from 3.5.X
to 3.10.X
and any link to RFC.
Example:
- https://docs.python.org/3.10/library/urllib.parse.html
- https://docs.python.org/3.5/library/urllib.parse.html
- https://docs.python.org/3.10/library/email.utils.html?highlight=rfc#email.utils.decode_rfc2231
Links are targeting https://tools.ietf.org/html/rfcXXXX.html
(redirecting to https://www.rfc-editor.org/rfc/rfcXXXX.html.html
).
The correct address seems to be https://www.rfc-editor.org/rfc/rfcXXXX.html
but I notice the usage of https://datatracker.ietf.org/doc/html/rfcXXXX.html
on the python 3.12.X
documentation.
Not sure there is not already something about this issue, if it's the case sorry but I was not able to find it.