summaryrefslogtreecommitdiff
path: root/pylint
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 /pylint
parentf8754340e78cd77c0b3e5822c6cc710001164783 (diff)
downloadpylint-git-676815a8431f4201988569f39faf66312c9c4e5a.tar.gz
[doc] Use the real URL address of pylint's read the doc project
Diffstat (limited to 'pylint')
-rw-r--r--pylint/message/_deleted_message_ids.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/message/_deleted_message_ids.py b/pylint/message/_deleted_message_ids.py
index 9415bafb0..4f361c96a 100644
--- a/pylint/message/_deleted_message_ids.py
+++ b/pylint/message/_deleted_message_ids.py
@@ -112,7 +112,7 @@ DELETED_MESSAGES_IDS = {
"https://github.com/PyCQA/pylint/pull/3571": [
DeletedMessage("C0330", "bad-continuation")
],
- "https://pylint.pycqa.org/en/latest/whatsnew/1/1.4.html#what-s-new-in-pylint-1-4-3": [
+ "https://pylint.readthedocs.io/en/latest/whatsnew/1/1.4.html#what-s-new-in-pylint-1-4-3": [
DeletedMessage("R0921", "abstract-class-not-used"),
DeletedMessage("R0922", "abstract-class-little-used"),
DeletedMessage("W0142", "star-args"),
@@ -125,7 +125,7 @@ DELETED_MESSAGES_IDS = {
],
}
MOVED_TO_EXTENSIONS = {
- "https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/summary.html#removed-checkers": [
+ "https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-checkers": [
DeletedMessage("R0201", "no-self-use")
],
}