From 9f2de9123b579fadd512e31e9b68c7eb40a9c62d Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 29 Mar 2023 21:21:43 +0200 Subject: [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1573dcc09..2180f5162 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ .. This is used inside the doc to recover the start of the introduction -.. image:: https://github.com/PyCQA/pylint/actions/workflows/tests.yaml/badge.svg?branch=main - :target: https://github.com/PyCQA/pylint/actions +.. image:: https://github.com/pylint-dev/pylint/actions/workflows/tests.yaml/badge.svg?branch=main + :target: https://github.com/pylint-dev/pylint/actions .. image:: https://codecov.io/gh/PyCQA/pylint/branch/main/graph/badge.svg?token=ZETEzayrfk :target: https://codecov.io/gh/PyCQA/pylint @@ -23,7 +23,7 @@ :target: https://github.com/ambv/black .. image:: https://img.shields.io/badge/linting-pylint-yellowgreen - :target: https://github.com/PyCQA/pylint + :target: https://github.com/pylint-dev/pylint .. image:: https://results.pre-commit.ci/badge/github/PyCQA/pylint/main.svg :target: https://results.pre-commit.ci/latest/github/PyCQA/pylint/main @@ -174,7 +174,7 @@ Please follow the `code of conduct`_ and check `the Contributor Guides`_ if you make a code contribution. .. _creating issues because you found a bug or want a feature: https://pylint.readthedocs.io/en/latest/contact.html#bug-reports-feedback -.. _code of conduct: https://github.com/PyCQA/pylint/blob/main/CODE_OF_CONDUCT.md +.. _code of conduct: https://github.com/pylint-dev/pylint/blob/main/CODE_OF_CONDUCT.md .. _the Contributor Guides: https://pylint.readthedocs.io/en/latest/development_guide/contribute.html .. This is used inside the doc to recover the end of the short text for contribution @@ -185,7 +185,7 @@ Show your usage You can place this badge in your README to let others know your project uses pylint. .. image:: https://img.shields.io/badge/linting-pylint-yellowgreen - :target: https://github.com/PyCQA/pylint + :target: https://github.com/pylint-dev/pylint Learn how to add a badge to your documentation in the `the badge documentation`_. @@ -194,7 +194,7 @@ Learn how to add a badge to your documentation in the `the badge documentation`_ License ------- -pylint is, with a few exceptions listed below, `GPLv2 `_. +pylint is, with a few exceptions listed below, `GPLv2 `_. The icon files are licensed under the `CC BY-SA 4.0 `_ license: -- cgit v1.2.1