summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-06 10:57:00 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-06 21:52:17 +0100
commit676815a8431f4201988569f39faf66312c9c4e5a (patch)
treed58d39f8eae14bc991289e3928381a111fb85ada /doc/conf.py
parentf8754340e78cd77c0b3e5822c6cc710001164783 (diff)
downloadpylint-git-676815a8431f4201988569f39faf66312c9c4e5a.tar.gz
[doc] Use the real URL address of pylint's read the doc project
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index b65cdd8a0..76968ec36 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -288,7 +288,7 @@ man_pages = [
# pylint: disable-next=consider-using-namedtuple-or-dataclass
intersphinx_mapping = {
- "astroid": ("https://pylint.pycqa.org/projects/astroid/en/latest/", None),
+ "astroid": ("https://pylint.readthedocs.io/projects/astroid/en/latest/", None),
"python": ("https://docs.python.org/3", None),
}