Skip to content

Commit 145e2a8

Browse files
committed
Update all documentation and links to use PyCQA
1 parent 5feba52 commit 145e2a8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Skip file header
4242
----------------
4343

4444
Another example is related to the `feature request #143
45-
<https://github.com/jcrocholl/pep8/issues/143>`_: skip a number of lines
45+
<https://github.com/pycqa/pep8/issues/143>`_: skip a number of lines
4646
at the beginning and the end of a file. This use case is easy to implement
4747
through a custom wrapper for the PEP 8 library::
4848

docs/developer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Source code
1111
The source code is currently `available on GitHub`_ under the terms and
1212
conditions of the :ref:`Expat license <license>`. Fork away!
1313

14-
* `Source code <https://github.com/jcrocholl/pep8>`_ and
15-
`issue tracker <https://github.com/jcrocholl/pep8/issues>`_ on GitHub.
16-
* `Continuous tests <http://travis-ci.org/jcrocholl/pep8>`_ against Python
14+
* `Source code <https://github.com/pycqa/pep8>`_ and
15+
`issue tracker <https://github.com/pycqa/pep8/issues>`_ on GitHub.
16+
* `Continuous tests <http://travis-ci.org/pycqa/pep8>`_ against Python
1717
2.6 through 3.4 and PyPy, on `Travis-CI platform
1818
<http://about.travis-ci.org/>`_.
1919

20-
.. _available on GitHub: https://github.com/jcrocholl/pep8
20+
.. _available on GitHub: https://github.com/pycqa/pep8
2121

2222

2323
Contribute

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Contents:
2222
developer
2323

2424
* Online documentation: http://pep8.readthedocs.org/
25-
* Source code and issue tracker: https://github.com/jcrocholl/pep8
25+
* Source code and issue tracker: https://github.com/pycqa/pep8
2626

2727

2828
Indices and tables

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,6 @@ The `flake8 checker <https://flake8.readthedocs.org>`_ is a wrapper around
435435
``pep8`` and similar tools. It supports plugins.
436436

437437
Other tools which use ``pep8`` are referenced in the Wiki: `list of related
438-
tools <https://github.com/jcrocholl/pep8/wiki/RelatedTools>`_.
438+
tools <https://github.com/pycqa/pep8/wiki/RelatedTools>`_.
439439

440440
.. _PEP 8: http://www.python.org/dev/peps/pep-0008/

pep8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
$ python pep8.py -h
3232
3333
This program and its regression test suite live here:
34-
http://github.com/jcrocholl/pep8
34+
http://github.com/pycqa/pep8
3535
3636
Groups of errors and warnings:
3737
E errors

0 commit comments

Comments
 (0)