diff --git a/changelog/186.doc.rst b/changelog/186.doc.rst new file mode 100644 index 00000000..31f42ade --- /dev/null +++ b/changelog/186.doc.rst @@ -0,0 +1 @@ +Fixed broken external documentation references in the list of projects using pluggy. diff --git a/docs/index.rst b/docs/index.rst index b98c4956..e8ac6c1e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -160,9 +160,9 @@ To see how ``pluggy`` is used in the real world, have a look at these projects documentation and source code: * :ref:`pytest ` -* :std:doc:`tox ` +* `tox `__ * :std:doc:`devpi ` -* :std:doc:`kedro ` +* `Kedro `__ For more details and advanced usage please read on.