-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
RFC links are broken #95789
Copy link
Copy link
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc direasytriagedThe issue has been accepted as valid by a triager.The issue has been accepted as valid by a triager.type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc direasytriagedThe issue has been accepted as valid by a triager.The issue has been accepted as valid by a triager.type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Documentation
Hello 👋
RFC hyperlinks present on https://docs.python.org are broken.
It's impacting the documentation version from
3.5.Xto3.10.Xand any link to RFC.Example:
Links are targeting
https://tools.ietf.org/html/rfcXXXX.html(redirecting tohttps://www.rfc-editor.org/rfc/rfcXXXX.html.html).The correct address seems to be
https://www.rfc-editor.org/rfc/rfcXXXX.htmlbut I notice the usage ofhttps://datatracker.ietf.org/doc/html/rfcXXXX.htmlon the python3.12.Xdocumentation.Not sure there is not already something about this issue, if it's the case sorry but I was not able to find it.