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