summaryrefslogtreecommitdiff
path: root/pyproject.toml
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 /pyproject.toml
parentf8754340e78cd77c0b3e5822c6cc710001164783 (diff)
downloadpylint-git-676815a8431f4201988569f39faf66312c9c4e5a.tar.gz
[doc] Use the real URL address of pylint's read the doc project
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"