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