summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-05-23 22:11:58 +0200
committerGitHub <noreply@github.com>2022-05-23 22:11:58 +0200
commit8d4db7e81ac3147f8da77618e2a60a0175c1275a (patch)
tree608221a6374d50756f92a50d28db551be9ff00f7
parentbb79ff51726e6563ff0b5b94bf2f70c7b80c23b3 (diff)
downloadpylint-git-8d4db7e81ac3147f8da77618e2a60a0175c1275a.tar.gz
[doc] Fix broken links following toc reorganization (#6680)
-rw-r--r--README.rst4
-rw-r--r--doc/conf.py1
-rw-r--r--doc/whatsnew/2.9.rst2
3 files changed, 4 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 4ee982107..41c4cf585 100644
--- a/README.rst
+++ b/README.rst
@@ -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
------------
@@ -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
-------
diff --git a/doc/conf.py b/doc/conf.py
index c3ff32d1c..3f0c1177b 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -75,6 +75,7 @@ redirects: dict[str, str] = {
"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",
diff --git a/doc/whatsnew/2.9.rst b/doc/whatsnew/2.9.rst
index c89f40a37..a7edb0555 100644
--- a/doc/whatsnew/2.9.rst
+++ b/doc/whatsnew/2.9.rst
@@ -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