summaryrefslogtreecommitdiff
path: root/docs/developer.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/developer.rst')
-rw-r--r--docs/developer.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 4ffc132..55a88f6 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -11,13 +11,13 @@ Source code
The source code is currently `available on GitHub`_ under the terms and
conditions of the :ref:`Expat license <license>`. Fork away!
-* `Source code <https://github.com/pycqa/pep8>`_ and
- `issue tracker <https://github.com/pycqa/pep8/issues>`_ on GitHub.
+* `Source code <https://github.com/pycqa/pycodestyle>`_ and
+ `issue tracker <https://github.com/pycqa/pycodestyle/issues>`_ on GitHub.
* `Continuous tests <http://travis-ci.org/pycqa/pep8>`_ against Python
2.6 through 3.4 and PyPy, on `Travis-CI platform
<http://about.travis-ci.org/>`_.
-.. _available on GitHub: https://github.com/pycqa/pep8
+.. _available on GitHub: https://github.com/pycqa/pycodestyle
Direction