Skip to content

Commit 98cd671

Browse files
committed
docs: correct two library urls
1 parent 498b8c9 commit 98cd671

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/cmd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ configuration file for all options.
183183

184184
.. _multiprocessing: https://docs.python.org/3/library/multiprocessing.html
185185
.. _greenlet: https://greenlet.readthedocs.io/
186-
.. _gevent: http://www.gevent.org/
187-
.. _eventlet: http://eventlet.net/
186+
.. _gevent: https://www.gevent.org/
187+
.. _eventlet: https://eventlet.readthedocs.io/
188188

189189
If you are measuring coverage in a multi-process program, or across a number of
190190
machines, you'll want the ``--parallel-mode`` switch to keep the data separate

doc/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ produce very wrong results.
304304

305305
.. _multiprocessing: https://docs.python.org/3/library/multiprocessing.html
306306
.. _greenlet: https://greenlet.readthedocs.io/
307-
.. _gevent: http://www.gevent.org/
308-
.. _eventlet: http://eventlet.net/
307+
.. _gevent: https://www.gevent.org/
308+
.. _eventlet: https://eventlet.readthedocs.io/
309309

310310
See :ref:`subprocess` for details of multi-process measurement.
311311

0 commit comments

Comments
 (0)