-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
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.