summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-09 09:18:35 +0100
committerGitHub <noreply@github.com>2023-02-09 09:18:35 +0100
commit67bf5da18b08d828d62ca4b0c8b42fb7820f0437 (patch)
treeef156d694e916ec18e26783a29664adc038d3ec0 /pyproject.toml
parent5c9115308d3defeceeeeab9b1fc0de2bdb5af6f9 (diff)
downloadastroid-git-67bf5da18b08d828d62ca4b0c8b42fb7820f0437.tar.gz
[doc] Use the real URL address of pylint's read the doc project (#2016)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8c105825..5cdcfabe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
dynamic = ["version"]
[project.urls]
-"Docs" = "https://pylint.pycqa.org/projects/astroid/en/latest/"
+"Docs" = "https://pylint.readthedocs.io/projects/astroid/en/latest/"
"Source Code" = "https://github.com/PyCQA/astroid"
"Bug tracker" = "https://github.com/PyCQA/astroid/issues"
"Discord server" = "https://discord.gg/Egy6P8AMB5"