summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-03-28 08:11:44 (GMT)
committerGeorg Brandl <georg@python.org>2013-03-28 08:11:44 (GMT)
commit6ba6b13e3291fdb1abc746183d428120872807a0 (patch)
treeab5c22d67d457425cfc32c59e7bd559e4f54c27a
parente5caf2974323cab3771072ad03b55e454f60a869 (diff)
downloadcpython-6ba6b13e3291fdb1abc746183d428120872807a0.zip
cpython-6ba6b13e3291fdb1abc746183d428120872807a0.tar.gz
cpython-6ba6b13e3291fdb1abc746183d428120872807a0.tar.bz2
Fix XML vulnerability link targets.
-rw-r--r--Doc/library/xml.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/xml.rst b/Doc/library/xml.rst
index b86d51a..d255f7f 100644
--- a/Doc/library/xml.rst
+++ b/Doc/library/xml.rst
@@ -125,8 +125,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