Skip to content

Commit 2cd4863

Browse files
[doc] Fix broken links following toc reorganization
1 parent 8d59af6 commit 2cd4863

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For command line use, pylint is installed with::
9595
It can also be integrated in most editors or IDEs. More information can be found
9696
`in the documentation`_.
9797

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

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

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

125-
.. _the badge documentation: https://pylint.pycqa.org/en/latest/user_guide/badge.html
125+
.. _the badge documentation: https://pylint.pycqa.org/en/latest/user_guide/installation/badge.html
126126

127127
License
128128
-------

doc/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"messages/messages_list": "../user_guide/messages/messages_overview.html",
7676
"support": "contact.html",
7777
"technical_reference/c_extensions": "../user_guide/messages/error/no-member.html",
78+
"technical_reference/extensions": "../user_guide/checkers/extensions.html",
7879
"technical_reference/checkers": "../development_guide/technical_reference/checkers.html",
7980
"technical_reference/features": "../user_guide/checkers/features.html",
8081
"technical_reference/index": "../development_guide/technical_reference/index.html",

doc/whatsnew/2.9.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ new checks optional is a step in that direction. In order to do that we
1919
created an optional code style checker that can be loaded using
2020
``pylint.extensions.code_style`` with the ``load-plugins`` options.
2121
More than ever, if as a veteran you want the most checks you can possibly get,
22-
`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>`_.
22+
`you should check the list of pylint extensions. <https://pylint.pycqa.org/en/latest/user_guide/checkers/extensions.html#optional-pylint-checkers-in-the-extensions-module>`_.
2323

2424

2525
New checkers

0 commit comments

Comments
 (0)