From: Christian Heimes Date: Thu, 28 Mar 2013 10:42:49 +0000 (+0100) Subject: Fix XML vulnerability link targets. X-Git-Tag: v2.7.4~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf607aa9da0c2a0c602bdfd397a606d06d9a2119;p=thirdparty%2FPython%2Fcpython.git Fix XML vulnerability link targets. --- diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index f84af58be10d..a800813e6d19 100644 --- a/Doc/library/xml.rst +++ b/Doc/library/xml.rst @@ -124,8 +124,8 @@ break backward compatibility. After all inline DTD and entity expansion are well-definied XML features. -.. _defusedxml: -.. _defusedexpat: +.. _defusedxml: https://pypi.python.org/pypi/defusedxml/ +.. _defusedexpat: https://pypi.python.org/pypi/defusedexpat/ .. _Billion Laughs: http://en.wikipedia.org/wiki/Billion_laughs .. _ZIP bomb: http://en.wikipedia.org/wiki/Zip_bomb .. _DTD: http://en.wikipedia.org/wiki/Document_Type_Definition