File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ programs/libraries in Python like
25
25
`method overriding <https://en.wikipedia.org/wiki/Method_overriding >`_
26
26
(e.g. Jinja2) or
27
27
`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 >`).
29
29
These strategies become problematic though when several parties want to
30
30
participate in the modification of the same program. Therefore ``pluggy ``
31
31
does not rely on these mechanisms to enable a more structured approach and
@@ -611,7 +611,7 @@ registered by passing its name to the
611
611
Loading ``setuptools `` entry points
612
612
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
613
613
You can automatically load plugins registered through
614
- :ref: `setuptools entry points <setuptools:entry points >`
614
+ :ref: `setuptools entry points <setuptools:entry_points >`
615
615
with the :py:meth: `~pluggy.PluginManager.load_setuptools_entrypoints() `
616
616
method.
617
617
You can’t perform that action at this time.
0 commit comments