From a234d974e02a71ef9ddce581b05546764b35902a Mon Sep 17 00:00:00 2001 From: Tejas Amle Date: Sun, 7 Jun 2026 03:40:48 +0000 Subject: [PATCH] docs: replace outdated HTTP links with current HTTPS URLs - pip-installer.org is defunct; replace with pip.pypa.io - pypi.python.org/pypi/mock uses old URL format; update to pypi.org/project/mock - docs.pytest.org link was HTTP; update to HTTPS --- docs/configuration.rst | 2 +- docs/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index d1701d5..bfac227 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -72,4 +72,4 @@ Note that this feature is automatically disabled with the ``--tb=native`` option mechanism used to suppress traceback entries from ``mock`` module does not work with that option anyway plus it generates confusing messages on Python 3.5 due to exception chaining -.. _advanced assertions: http://docs.pytest.org/en/stable/assert.html +.. _advanced assertions: https://docs.pytest.org/en/stable/assert.html diff --git a/docs/index.rst b/docs/index.rst index f60eb42..436adfc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ pytest-mock =========== This `pytest`_ plugin provides a ``mocker`` fixture which is a thin-wrapper around the patching API -provided by the `mock package `_: +provided by the `mock package `_: .. code-block:: python @@ -28,7 +28,7 @@ comparing calls. Install ======= -Install using `pip `_: +Install using `pip `_: .. code-block:: console