diff --git a/README.rst b/README.rst index 0595d895d8..76134f428c 100644 --- a/README.rst +++ b/README.rst @@ -155,8 +155,8 @@ Pylint ships with two additional tools: - pyreverse_ (standalone tool that generates package and class diagrams.) - symilar_ (duplicate code finder that is also integrated in pylint) -.. _pyreverse: https://pylint.readthedocs.io/en/latest/pyreverse.html -.. _symilar: https://pylint.readthedocs.io/en/latest/symilar.html +.. _pyreverse: https://pylint.readthedocs.io/en/latest/additional_tools/pyreverse/index.html +.. _symilar: https://pylint.readthedocs.io/en/latest/additional_tools/symilar/index.html .. This is used inside the doc to recover the end of the introduction diff --git a/doc/conf.py b/doc/conf.py index 741d1975c1..5abb8df942 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -95,6 +95,8 @@ "user_guide/output": "usage/output.html", "user_guide/pre-commit-integration": "installation/pre-commit-integration.html", "user_guide/run": "usage/run.html", + "pyreverse": "additional_tools/pyreverse/index.html", + "symilar": "additional_tools/symilar/index.html", }