From 6ba6b13e3291fdb1abc746183d428120872807a0 Mon Sep 17 00:00:00 2001
From: Georg Brandl <georg@python.org>
Date: Thu, 28 Mar 2013 09:11:44 +0100
Subject: Fix XML vulnerability link targets.

---
 Doc/library/xml.rst | 4 ++--
 1 file 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
-- 
cgit v0.12