summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-07 22:44:57 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-12-08 16:52:29 +0100
commit3da880cb813492f4585d3720ed23ba759d862dd5 (patch)
treee70221bafbb89c3447cdddd3359a6b00df1c6452 /README.rst
parentb941fdf737d1db375ac484199d39f60f268262d2 (diff)
downloadpylint-git-3da880cb813492f4585d3720ed23ba759d862dd5.tar.gz
[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
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f41ad3e23..974f05e42 100644
--- a/README.rst
+++ b/README.rst
@@ -69,8 +69,9 @@ ecosystem of existing plugins for popular frameworks and third party libraries.
to start is ``PyPI`` which often returns a plugin by searching for
``pylint <library>``. `pylint-pydantic`_, `pylint-django`_ and
`pylint-sonarjson`_ are examples of such plugins. More information about plugins
- and how to load them can be found at :ref:`plugins <plugins>`.
+ and how to load them can be found at `plugins`_.
+.. _`plugins`: https://pylint.pycqa.org/en/latest/development_guide/how_tos/plugins.html#plugins
.. _`pylint-pydantic`: https://pypi.org/project/pylint-pydantic
.. _`pylint-django`: https://github.com/PyCQA/pylint-django
.. _`pylint-sonarjson`: https://github.com/omegacen/pylint-sonarjson