summaryrefslogtreecommitdiff
path: root/doc/exts
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-07-01 12:47:58 +0200
committerGitHub <noreply@github.com>2021-07-01 12:47:58 +0200
commit21290866a2da5ac25a888624bec2ba350e521e98 (patch)
treec1adb65cecf4504a6cea8bf8bec92a89742c1cb9 /doc/exts
parentf26e986077cbfa17ddb6ab498359bedfc20ead35 (diff)
downloadpylint-git-21290866a2da5ac25a888624bec2ba350e521e98.tar.gz
Fix copyright links (#4647)
* Fix link in license header * Update link to astroid bump_changelog
Diffstat (limited to 'doc/exts')
-rwxr-xr-xdoc/exts/pylint_extensions.py2
-rwxr-xr-xdoc/exts/pylint_features.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/exts/pylint_extensions.py b/doc/exts/pylint_extensions.py
index 824514be5..02e9be5bc 100755
--- a/doc/exts/pylint_extensions.py
+++ b/doc/exts/pylint_extensions.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
+# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
"""Script used to generate the extensions file before building the actual documentation."""
diff --git a/doc/exts/pylint_features.py b/doc/exts/pylint_features.py
index e202f9880..7a296986c 100755
--- a/doc/exts/pylint_features.py
+++ b/doc/exts/pylint_features.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
-# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
+# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
"""Script used to generate the features file before building the actual documentation."""