From 98cd6719202e032ee8e6ff35275791cb7f0ec522 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 26 Jan 2024 09:14:56 -0500 Subject: [PATCH] docs: correct two library urls --- doc/cmd.rst | 4 ++-- doc/config.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cmd.rst b/doc/cmd.rst index 2162cc84e..a440e987c 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -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 diff --git a/doc/config.rst b/doc/config.rst index 6e645fc2e..540ec780a 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -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.