diff options
author | Christian Heimes <christian@cheimes.de> | 2013-03-28 10:42:49 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-03-28 10:42:49 (GMT) |
commit | 75207abff9239a68dbbe6ca0e22a45f01b93a847 (patch) | |
tree | 0e442e1b42473d0783d5f4506f8896841a0fc1c3 | |
parent | 93324d7d9cfe33dd153882f467a467aecf615123 (diff) | |
download | cpython-75207abff9239a68dbbe6ca0e22a45f01b93a847.zip cpython-75207abff9239a68dbbe6ca0e22a45f01b93a847.tar.gz cpython-75207abff9239a68dbbe6ca0e22a45f01b93a847.tar.bz2 |
Fix XML vulnerability link targets.
-rw-r--r-- | Doc/library/xml.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst index f84af58..a800813 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: <https://pypi.python.org/pypi/defusedxml/> -.. _defusedexpat: <https://pypi.python.org/pypi/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 |