Skip to content

[doc] Fix broken links following toc reorganization #6680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For command line use, pylint is installed with::
It can also be integrated in most editors or IDEs. More information can be found
`in the documentation`_.

.. _in the documentation: https://pylint.pycqa.org/en/latest/user_guide/installation.html
.. _in the documentation: https://pylint.pycqa.org/en/latest/user_guide/installation/index.html

Contributing
------------
Expand All @@ -122,7 +122,7 @@ You can place this badge in your README to let others know your project uses pyl

Learn how to add a badge to your documentation in the `the badge documentation`_.

.. _the badge documentation: https://pylint.pycqa.org/en/latest/user_guide/badge.html
.. _the badge documentation: https://pylint.pycqa.org/en/latest/user_guide/installation/badge.html

License
-------
Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"messages/messages_list": "../user_guide/messages/messages_overview.html",
"support": "contact.html",
"technical_reference/c_extensions": "../user_guide/messages/error/no-member.html",
"technical_reference/extensions": "../user_guide/checkers/extensions.html",
"technical_reference/checkers": "../development_guide/technical_reference/checkers.html",
"technical_reference/features": "../user_guide/checkers/features.html",
"technical_reference/index": "../development_guide/technical_reference/index.html",
Expand Down
2 changes: 1 addition & 1 deletion doc/whatsnew/2.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ new checks optional is a step in that direction. In order to do that we
created an optional code style checker that can be loaded using
``pylint.extensions.code_style`` with the ``load-plugins`` options.
More than ever, if as a veteran you want the most checks you can possibly get,
`you should check the list of pylint extensions. <https://pylint.pycqa.org/en/latest/technical_reference/extensions.html#optional-pylint-checkers-in-the-extensions-module>`_.
`you should check the list of pylint extensions. <https://pylint.pycqa.org/en/latest/user_guide/checkers/extensions.html#optional-checkers>`_.


New checkers
Expand Down