File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -183,8 +183,8 @@ configuration file for all options.
183
183
184
184
.. _multiprocessing : https://docs.python.org/3/library/multiprocessing.html
185
185
.. _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 /
188
188
189
189
If you are measuring coverage in a multi-process program, or across a number of
190
190
machines, you'll want the ``--parallel-mode `` switch to keep the data separate
Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ produce very wrong results.
304
304
305
305
.. _multiprocessing : https://docs.python.org/3/library/multiprocessing.html
306
306
.. _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 /
309
309
310
310
See :ref: `subprocess ` for details of multi-process measurement.
311
311
You can’t perform that action at this time.
0 commit comments