]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update the OMG link (GH-30383)
authorDavid Gilbertson <gilbertson.david@gmail.com>
Mon, 14 Feb 2022 21:49:11 +0000 (08:49 +1100)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 21:49:11 +0000 (13:49 -0800)
Doc/library/xml.dom.rst

index 98454e18ff1f8795c79d688854ed6654d3ff349b..b387240a3716ccc5a3551196e37630efa5604246 100644 (file)
@@ -73,7 +73,7 @@ implementations are free to support the strict mapping from IDL).  See section
    `Document Object Model (DOM) Level 1 Specification <https://www.w3.org/TR/REC-DOM-Level-1/>`_
       The W3C recommendation for the DOM supported by :mod:`xml.dom.minidom`.
 
-   `Python Language Mapping Specification <http://www.omg.org/cgi-bin/doc?formal/02-11-05.pdf>`_
+   `Python Language Mapping Specification <https://www.omg.org/spec/PYTH/1.2/PDF>`_
       This specifies the mapping from OMG IDL to Python.