Skip to content

Commit 3da880c

Browse files
[packaging] Remove a sphinx only reference from the Readme
This link is also used in the metadata and the Github's readme It needs to be pure RST
1 parent b941fdf commit 3da880c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ ecosystem of existing plugins for popular frameworks and third party libraries.
6969
to start is ``PyPI`` which often returns a plugin by searching for
7070
``pylint <library>``. `pylint-pydantic`_, `pylint-django`_ and
7171
`pylint-sonarjson`_ are examples of such plugins. More information about plugins
72-
and how to load them can be found at :ref:`plugins <plugins>`.
72+
and how to load them can be found at `plugins`_.
7373

74+
.. _`plugins`: https://pylint.pycqa.org/en/latest/development_guide/how_tos/plugins.html#plugins
7475
.. _`pylint-pydantic`: https://pypi.org/project/pylint-pydantic
7576
.. _`pylint-django`: https://github.com/PyCQA/pylint-django
7677
.. _`pylint-sonarjson`: https://github.com/omegacen/pylint-sonarjson

0 commit comments

Comments
 (0)