summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f184d9398..00a30c91f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,13 +54,13 @@ testutils = ["gitpython>3"]
spelling = ["pyenchant~=3.2"]
[project.urls]
-"Docs: User Guide" = "https://pylint.pycqa.org/en/latest/"
+"Docs: User Guide" = "https://pylint.readthedocs.io/en/latest/"
"Source Code" = "https://github.com/PyCQA/pylint"
"homepage" = "https://github.com/PyCQA/pylint"
-"What's New" = "https://pylint.pycqa.org/en/latest/whatsnew/2/"
+"What's New" = "https://pylint.readthedocs.io/en/latest/whatsnew/2/"
"Bug Tracker" = "https://github.com/PyCQA/pylint/issues"
"Discord Server" = "https://discord.com/invite/Egy6P8AMB5"
-"Docs: Contributor Guide" = "https://pylint.pycqa.org/en/latest/development_guide/contributor_guide/index.html"
+"Docs: Contributor Guide" = "https://pylint.readthedocs.io/en/latest/development_guide/contributor_guide/index.html"
[project.scripts]
pylint = "pylint:run_pylint"