Skip to content

Commit 557c523

Browse files
authored
Merge pull request #288 from bluetech/docs-broken-refs
docs: fix broken intersphinx references
2 parents e1868b3 + 61712f8 commit 557c523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ programs/libraries in Python like
2525
`method overriding <https://en.wikipedia.org/wiki/Method_overriding>`_
2626
(e.g. Jinja2) or
2727
`monkey patching <https://en.wikipedia.org/wiki/Monkey_patch>`_ (e.g. gevent
28-
or for :std:doc:`writing tests <pytest:monkeypatch>`).
28+
or for :std:doc:`writing tests <pytest:how-to/monkeypatch>`).
2929
These strategies become problematic though when several parties want to
3030
participate in the modification of the same program. Therefore ``pluggy``
3131
does not rely on these mechanisms to enable a more structured approach and
@@ -611,7 +611,7 @@ registered by passing its name to the
611611
Loading ``setuptools`` entry points
612612
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
613613
You can automatically load plugins registered through
614-
:ref:`setuptools entry points <setuptools:entry points>`
614+
:ref:`setuptools entry points <setuptools:entry_points>`
615615
with the :py:meth:`~pluggy.PluginManager.load_setuptools_entrypoints()`
616616
method.
617617

0 commit comments

Comments
 (0)