summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gilbertson <gilbertson.david@gmail.com>2022-02-14 21:49:11 (GMT)
committerGitHub <noreply@github.com>2022-02-14 21:49:11 (GMT)
commit04215a427232e55efdc1adcda50a15197f518ca9 (patch)
tree4ac4f3820f0fe0b99de3e930fe14943da5891564
parent965be0e940649c851807b9936bf56fb668600f1f (diff)
downloadcpython-04215a427232e55efdc1adcda50a15197f518ca9.zip
cpython-04215a427232e55efdc1adcda50a15197f518ca9.tar.gz
cpython-04215a427232e55efdc1adcda50a15197f518ca9.tar.bz2
Update the OMG link (GH-30383)
-rw-r--r--Doc/library/xml.dom.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst
index 98454e1..b387240 100644
--- a/Doc/library/xml.dom.rst
+++ b/Doc/library/xml.dom.rst
@@ -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.