From 13a98300706e27ede09e0212dab37eb84c6a144a Mon Sep 17 00:00:00 2001 From: Ryan Day Date: Fri, 30 Dec 2011 00:52:03 -0500 Subject: [PATCH] fix link markup --- docs/scenarios/speed.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/speed.rst b/docs/scenarios/speed.rst index 025352a..00aa5d5 100644 --- a/docs/scenarios/speed.rst +++ b/docs/scenarios/speed.rst @@ -64,6 +64,6 @@ Multiprocessing .. _`PyPy`: http://pypy.org .. _`The GIL`: http://wiki.python.org/moin/GlobalInterpreterLock -.. _`Understanding GIL`: http://www.dabeaz.com/python/UnderstandingGIL.pdf +.. _`guide`: http://www.dabeaz.com/python/UnderstandingGIL.pdf .. _`New GIL`: http://www.dabeaz.com/python/NewGIL.pdf -.. _`Thread State`: http://docs.python.org/c-api/init.html#threads \ No newline at end of file +.. _`Special care`: http://docs.python.org/c-api/init.html#threads \ No newline at end of file