Skip to content

Commit

Permalink
docs: correct two library urls
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 26, 2024
1 parent 498b8c9 commit 98cd671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/cmd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ configuration file for all options.

.. _multiprocessing: https://docs.python.org/3/library/multiprocessing.html
.. _greenlet: https://greenlet.readthedocs.io/
.. _gevent: http://www.gevent.org/
.. _eventlet: http://eventlet.net/
.. _gevent: https://www.gevent.org/
.. _eventlet: https://eventlet.readthedocs.io/

If you are measuring coverage in a multi-process program, or across a number of
machines, you'll want the ``--parallel-mode`` switch to keep the data separate
Expand Down
4 changes: 2 additions & 2 deletions doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ produce very wrong results.

.. _multiprocessing: https://docs.python.org/3/library/multiprocessing.html
.. _greenlet: https://greenlet.readthedocs.io/
.. _gevent: http://www.gevent.org/
.. _eventlet: http://eventlet.net/
.. _gevent: https://www.gevent.org/
.. _eventlet: https://eventlet.readthedocs.io/

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

Expand Down

0 comments on commit 98cd671

Please sign in to comment.