Skip to content

Commit 4ebdb5b

Browse files
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
1 parent 96acab4 commit 4ebdb5b

File tree

503 files changed

+1227
-1222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+1227
-1222
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
⚠ Please make sure that this [issue wasn't already requested][issue search], or already implemented in the main branch.
1111
1212
13-
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
13+
[issue search]: https://github.com/pylint-dev/pylint/issues?q=is%3Aissue+is%3Aopen+
1414
1515
- type: textarea
1616
id: what-happened

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
⚠ Please make sure that [this feature wasn't already requested][issue search] or already implemented in the main branch.
1111
1212
13-
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
13+
[issue search]: https://github.com/pylint-dev/pylint/issues?q=is%3Aissue+is%3Aopen+
1414
1515
- type: textarea
1616
id: current-problem

.github/ISSUE_TEMPLATE/QUESTION.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ body:
1919
on Discord][Discussions].
2020
2121
22-
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
22+
[issue search]:
23+
https://github.com/pylint-dev/pylint/issues?q=is%3Aissue+is%3Aopen+
2324
2425
[Discussions]: https://discord.com/invite/Egy6P8AMB5
2526

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
.. This is used inside the doc to recover the start of the introduction
77
8-
.. image:: https://github.com/PyCQA/pylint/actions/workflows/tests.yaml/badge.svg?branch=main
9-
:target: https://github.com/PyCQA/pylint/actions
8+
.. image:: https://github.com/pylint-dev/pylint/actions/workflows/tests.yaml/badge.svg?branch=main
9+
:target: https://github.com/pylint-dev/pylint/actions
1010

1111
.. image:: https://codecov.io/gh/PyCQA/pylint/branch/main/graph/badge.svg?token=ZETEzayrfk
1212
:target: https://codecov.io/gh/PyCQA/pylint
@@ -23,7 +23,7 @@
2323
:target: https://github.com/ambv/black
2424

2525
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
26-
:target: https://github.com/PyCQA/pylint
26+
:target: https://github.com/pylint-dev/pylint
2727

2828
.. image:: https://results.pre-commit.ci/badge/github/PyCQA/pylint/main.svg
2929
:target: https://results.pre-commit.ci/latest/github/PyCQA/pylint/main
@@ -173,7 +173,7 @@ Please follow the `code of conduct`_ and check `the Contributor Guides`_ if you
173173
make a code contribution.
174174

175175
.. _creating issues because you found a bug or want a feature: https://pylint.readthedocs.io/en/latest/contact.html#bug-reports-feedback
176-
.. _code of conduct: https://github.com/PyCQA/pylint/blob/main/CODE_OF_CONDUCT.md
176+
.. _code of conduct: https://github.com/pylint-dev/pylint/blob/main/CODE_OF_CONDUCT.md
177177
.. _the Contributor Guides: https://pylint.readthedocs.io/en/latest/development_guide/contribute.html
178178

179179
.. This is used inside the doc to recover the end of the short text for contribution
@@ -184,7 +184,7 @@ Show your usage
184184
You can place this badge in your README to let others know your project uses pylint.
185185

186186
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
187-
:target: https://github.com/PyCQA/pylint
187+
:target: https://github.com/pylint-dev/pylint
188188

189189
Learn how to add a badge to your documentation in the `the badge documentation`_.
190190

@@ -193,7 +193,7 @@ Learn how to add a badge to your documentation in the `the badge documentation`_
193193
License
194194
-------
195195

196-
pylint is, with a few exceptions listed below, `GPLv2 <https://github.com/PyCQA/pylint/blob/main/LICENSE>`_.
196+
pylint is, with a few exceptions listed below, `GPLv2 <https://github.com/pylint-dev/pylint/blob/main/LICENSE>`_.
197197

198198
The icon files are licensed under the `CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/>`_ license:
199199

doc/conf.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2-
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
3-
# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt
2+
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
3+
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
44

55
from __future__ import annotations
66

@@ -297,7 +297,9 @@
297297
autosectionlabel_prefix_document = True
298298

299299
# Permit duplicated titles in the resulting document.
300-
# See https://github.com/PyCQA/pylint/issues/7362#issuecomment-1256932866
300+
# See https://github.com/pylint-dev/pylint/issues/7362#issuecomment-1256932866
301301
autosectionlabel_maxdepth = 2
302302

303-
linkcheck_ignore = ["https://github.com/PyCQA/pylint/blob/main/pylint/extensions/.*"]
303+
linkcheck_ignore = [
304+
"https://github.com/pylint-dev/pylint/blob/main/pylint/extensions/.*"
305+
]

doc/contact.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You think you have found a bug in Pylint? Well, this may be the case
99
since Pylint and Python are under heavy development!
1010

1111
Please take the time to check if it is already in the issue tracker at
12-
https://github.com/PyCQA/pylint
12+
https://github.com/pylint-dev/pylint
1313

1414
Note that the issue might also be reported in one of Pylint's major dependencies,
1515
astroid:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This check is currently only active for "old-style" string formatting as seen in the examples.
2-
See `Issue #6085 <https://github.com/PyCQA/pylint/issues/6085>`_ for more information.
2+
See `Issue #6085 <https://github.com/pylint-dev/pylint/issues/6085>`_ for more information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This check is currently only active for "old-style" string formatting as seen in the examples.
2-
See `Issue #6085 <https://github.com/PyCQA/pylint/issues/6163>`_ for more information.
2+
See `Issue #6085 <https://github.com/pylint-dev/pylint/issues/6163>`_ for more information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
You can help us make the doc better `by contributing <https://github.com/PyCQA/pylint/issues/5953>`_ !
1+
You can help us make the doc better `by contributing <https://github.com/pylint-dev/pylint/issues/5953>`_ !

0 commit comments

Comments
 (0)