diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-26 09:04:21 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-26 09:04:21 -0400 |
commit | f4e5d1bf30b0aa1fc2aa12655cfa1e997d2c749d (patch) | |
tree | cab240f24ee79bcd60fa3248217d21657813b62d | |
parent | 2b3baa9ef5b74710b7bc01f3086edf8bcffe13ad (diff) | |
download | python-coveragepy-git-f4e5d1bf30b0aa1fc2aa12655cfa1e997d2c749d.tar.gz |
Fix a broken link
-rw-r--r-- | doc/trouble.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/trouble.rst b/doc/trouble.rst index b7011988..9fb1a634 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 |