summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-06-14 08:31:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-06-14 08:31:56 -0400
commit03b7b258014e300f1974b9f5832ccd74e692cc29 (patch)
treefb33d722e3314f74b1c5e65f2bebbfae437db72d /doc/cmd.rst
parentd86f865ba3dbc1369f7b08144a8876375edb9eae (diff)
downloadpython-coveragepy-git-03b7b258014e300f1974b9f5832ccd74e692cc29.tar.gz
Update URLs so link-checker doesn't spew red.
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r--doc/cmd.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index e9d5100b..dc703536 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -113,8 +113,8 @@ in the configuration file. Options on the command line will not be passed to
the processes that multiprocessing creates. Best practice is to use the
configuration file for all options.
-.. _multiprocessing: https://docs.python.org/2/library/multiprocessing.html
-.. _greenlet: http://greenlet.readthedocs.org/en/latest/
+.. _multiprocessing: https://docs.python.org/3/library/multiprocessing.html
+.. _greenlet: http://greenlet.readthedocs.io/en/latest/
.. _gevent: http://www.gevent.org/
.. _eventlet: http://eventlet.net/
@@ -351,7 +351,7 @@ file decorated to show the status of each line.
Here's a `sample report`__.
-__ http://nedbatchelder.com/files/sample_coverage_html/index.html
+__ https://nedbatchelder.com/files/sample_coverage_html/index.html
Lines are highlighted green for executed, red for missing, and gray for
excluded. The counts at the top of the file are buttons to turn on and off