Skip to content

Commit 2344a34

Browse files
committed
Updated source code links to point to new repository name; issue #466 / #481
1 parent e8c2b0a commit 2344a34

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Changelog
55
1.8.0 (unreleased)
66
------------------
77

8+
Announcements:
9+
10+
* Repository renamed to `pycodestyle`; Issue #466 / $481.
11+
812
1.7.0 (2016-01-12)
913
------------------
1014

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Links
8888

8989
* `Read the documentation <http://pep8.readthedocs.org/>`_
9090

91-
* `Fork me on GitHub <http://github.com/PyCQA/pep8>`_
91+
* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle>`_

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/pycqa/pep8/issues/143>`_: skip a number of lines
45+
<https://github.com/pycqa/pycodestyle/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: 3 additions & 3 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/pycqa/pep8>`_ and
15-
`issue tracker <https://github.com/pycqa/pep8/issues>`_ on GitHub.
14+
* `Source code <https://github.com/pycqa/pycodestyle>`_ and
15+
`issue tracker <https://github.com/pycqa/pycodestyle/issues>`_ on GitHub.
1616
* `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/pycqa/pep8
20+
.. _available on GitHub: https://github.com/pycqa/pycodestyle
2121

2222

2323
Direction

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/pycqa/pep8
25+
* Source code and issue tracker: https://github.com/pycqa/pycodestyle
2626

2727

2828
Indices and tables

docs/intro.rst

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

433433
Other tools which use ``pep8`` are referenced in the Wiki: `list of related
434-
tools <https://github.com/pycqa/pep8/wiki/RelatedTools>`_.
434+
tools <https://github.com/pycqa/pycodestyle/wiki/RelatedTools>`_.
435435

436436
.. _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-
https://github.com/pycqa/pep8
34+
https://github.com/pycqa/pycodestyle
3535
3636
Groups of errors and warnings:
3737
E errors

0 commit comments

Comments
 (0)