summaryrefslogtreecommitdiff
path: root/doc/config.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-01-06 10:04:12 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-01-06 10:04:12 -0800
commit851078aed7f032c99d9dfe9e107c1b52501c4509 (patch)
treef4ad2d381e9ebbfd1c0ace59798db16226ec523d /doc/config.rst
parent66dc96690399b6db97c638fefa8dcff626844900 (diff)
downloadpython-coveragepy-851078aed7f032c99d9dfe9e107c1b52501c4509.tar.gz
Update all Read the Docs links to use https
Diffstat (limited to 'doc/config.rst')
-rw-r--r--doc/config.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 75803bd..e627549 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -114,7 +114,7 @@ libraries in use by the product code. If your program uses `multiprocessing`_,
option, or coverage.py will produce very wrong results.
.. _multiprocessing: https://docs.python.org/3/library/multiprocessing.html
-.. _greenlet: http://greenlet.readthedocs.io/en/latest/
+.. _greenlet: https://greenlet.readthedocs.io/
.. _gevent: http://www.gevent.org/
.. _eventlet: http://eventlet.net/