diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-06-14 08:31:56 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-06-14 08:31:56 -0400 |
| commit | 03b7b258014e300f1974b9f5832ccd74e692cc29 (patch) | |
| tree | fb33d722e3314f74b1c5e65f2bebbfae437db72d /doc/trouble.rst | |
| parent | d86f865ba3dbc1369f7b08144a8876375edb9eae (diff) | |
| download | python-coveragepy-git-03b7b258014e300f1974b9f5832ccd74e692cc29.tar.gz | |
Update URLs so link-checker doesn't spew red.
Diffstat (limited to 'doc/trouble.rst')
| -rw-r--r-- | doc/trouble.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/trouble.rst b/doc/trouble.rst index e74e18cc..7534c5cb 100644 --- a/doc/trouble.rst +++ b/doc/trouble.rst @@ -46,10 +46,10 @@ coverage.py from working properly: sys.settrace, then it will conflict with coverage.py, and it won't be measured properly. -.. _execv: http://docs.python.org/library/os#os.execl -.. _sys.settrace: http://docs.python.org/library/sys.html#sys.settrace -.. _thread: https://docs.python.org/2/library/thread.html -.. _threading: http://docs.python.org/library/threading.html +.. _execv: https://docs.python.org/3/library/os.html#os.execl +.. _sys.settrace: https://docs.python.org/3/library/sys.html#sys.settrace +.. _thread: https://docs.python.org/3/library/_thread.html +.. _threading: https://docs.python.org/3/library/threading.html .. _issue 43: https://bitbucket.org/ned/coveragepy/issues/43/coverage-measurement-fails-on-code @@ -64,7 +64,7 @@ timid=True`` configuration option. DecoratorTools fiddles with the trace function. You will need to use ``--timid``. -.. _DecoratorTools: http://pypi.python.org/pypi/DecoratorTools +.. _DecoratorTools: https://pypi.python.org/pypi/DecoratorTools .. _TurboGears: http://turbogears.org/ |
