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
commita7c7cdf0dd73c44b68ded37e2a7feb1e8f3e03db (patch)
treec2a79a343523a5dcd81cd7c78632718573b98428 /doc/cmd.rst
parent92822a0d1861d7daf53211957ed872938cfd7154 (diff)
downloadpython-coveragepy-a7c7cdf0dd73c44b68ded37e2a7feb1e8f3e03db.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 e9d5100..dc70353 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