File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Skip file header
4242----------------
4343
4444Another 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
4646at the beginning and the end of a file. This use case is easy to implement
4747through a custom wrapper for the PEP 8 library::
4848
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ Source code
1111The source code is currently `available on GitHub `_ under the terms and
1212conditions 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
2323Contribute
Original file line number Diff line number Diff 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
2828Indices and tables
Original file line number Diff line number Diff 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
437437Other 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/
Original file line number Diff line number Diff line change 3131$ python pep8.py -h
3232
3333This program and its regression test suite live here:
34- http://github.com/jcrocholl /pep8
34+ http://github.com/pycqa /pep8
3535
3636Groups of errors and warnings:
3737E errors
You can’t perform that action at this time.
0 commit comments