From a275486183e06c7dedf9508aaf82eccd0face982 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 26 Jul 2016 09:04:21 -0400 Subject: Fix a broken link --- doc/trouble.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/trouble.rst b/doc/trouble.rst index b701198..9fb1a63 100644 --- a/doc/trouble.rst +++ b/doc/trouble.rst @@ -48,7 +48,7 @@ coverage.py from working properly: .. _execv: http://docs.python.org/library/os#os.execl .. _sys.settrace: http://docs.python.org/library/sys.html#sys.settrace -.. _thread: http://docs.python.org/library/thread.html +.. _thread: https://docs.python.org/2/library/thread.html .. _threading: http://docs.python.org/library/threading.html .. _issue 43: https://bitbucket.org/ned/coveragepy/issue/43/coverage-measurement-fails-on-code -- cgit v1.2.1