summaryrefslogtreecommitdiff
path: root/doc/development_guide
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-13 11:26:05 +0200
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2022-04-13 11:30:40 +0200
commiteb6814e793f5a90dccff83fe515ca00674d33d97 (patch)
tree0499d3ff54b981c2cb06fe44017efbd6de5699de /doc/development_guide
parentbbb54188c4b27e2a9f403d1b9c89b371ddab0363 (diff)
downloadpylint-git-eb6814e793f5a90dccff83fe515ca00674d33d97.tar.gz
Update broken and redirected links across the project
Diffstat (limited to 'doc/development_guide')
-rw-r--r--doc/development_guide/contribute.rst16
-rw-r--r--doc/development_guide/testing.rst4
2 files changed, 10 insertions, 10 deletions
diff --git a/doc/development_guide/contribute.rst b/doc/development_guide/contribute.rst
index a15753240..1d1b00813 100644
--- a/doc/development_guide/contribute.rst
+++ b/doc/development_guide/contribute.rst
@@ -17,7 +17,7 @@ https://github.com/PyCQA/pylint
If you cannot find it in the tracker, create a new issue there or discuss your
problem on the code-quality@python.org mailing list or using the discord
-server https://discord.gg/Egy6P8AMB5.
+server https://discord.com/invite/Egy6P8AMB5.
The code-quality mailing list is also a nice place to provide feedback about
Pylint, since it is shared with other tools that aim at improving the quality of
@@ -34,13 +34,13 @@ astroid:
Discord server
--------------
-https://discord.gg/Egy6P8AMB5
+https://discord.com/invite/Egy6P8AMB5
Mailing lists
-------------
You can subscribe to this mailing list at
-https://mail.python.org/mailman/listinfo/code-quality
+https://mail.python.org/mailman3/lists/code-quality.python.org/
Archives are available at
https://mail.python.org/pipermail/code-quality/
@@ -101,12 +101,12 @@ of Pylint as it gives you access to the latest ``ast`` parser.
- Send a pull request from GitHub (see `About pull requests`_ for more insight
about this topic)
-.. _`Closing issues via commit messages`: https://help.github.com/articles/closing-issues-via-commit-messages/
-.. _`About pull requests`: https://help.github.com/articles/using-pull-requests/
+.. _`Closing issues via commit messages`: https://github.blog/2013-01-22-closing-issues-via-commit-messages/
+.. _`About pull requests`: https://support.github.com/features/pull-requests
.. _tox: https://tox.readthedocs.io/en/latest/
-.. _pytest: https://pytest.readthedocs.io/en/latest/
-.. _black: https://github.com/ambv/black
-.. _isort: https://github.com/timothycrosley/isort
+.. _pytest: https://docs.pytest.org/en/latest/
+.. _black: https://github.com/psf/black
+.. _isort: https://github.com/PyCQA/isort
.. _astroid: https://github.com/pycqa/astroid
diff --git a/doc/development_guide/testing.rst b/doc/development_guide/testing.rst
index fa0a988d5..61f3a80d4 100644
--- a/doc/development_guide/testing.rst
+++ b/doc/development_guide/testing.rst
@@ -192,6 +192,6 @@ that is too repetitive. This guarantees a good balance between speed of our CI a
You can find the latest list of repositories and any relevant code for these tests in the ``tests/primer``
directory.
-.. _tox: https://tox.readthedocs.io/en/latest/
-.. _pytest: https://pytest.readthedocs.io/en/latest/
+.. _tox: https://tox.wiki/en/latest/
+.. _pytest: https://docs.pytest.org/en/latest/
.. _astroid: https://github.com/pycqa/astroid