summaryrefslogtreecommitdiff
path: root/docs/advanced.rst
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-02-22 15:36:44 -0800
committerIan Lee <IanLee1521@gmail.com>2016-02-22 15:37:07 -0800
commit2344a34a628b2f2e9df1c2539d9316005a35053d (patch)
tree4531d47b41f9a03e5f48e07b0c8df0bf518b73fd /docs/advanced.rst
parente8c2b0a824121da8f5f74511b8d0918705692713 (diff)
downloadpep8-2344a34a628b2f2e9df1c2539d9316005a35053d.tar.gz
Updated source code links to point to new repository name; issue #466 / #481
Diffstat (limited to 'docs/advanced.rst')
-rw-r--r--docs/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index 1c3a7e1..62c1b90 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -42,7 +42,7 @@ Skip file header
----------------
Another example is related to the `feature request #143
-<https://github.com/pycqa/pep8/issues/143>`_: skip a number of lines
+<https://github.com/pycqa/pycodestyle/issues/143>`_: skip a number of lines
at the beginning and the end of a file. This use case is easy to implement
through a custom wrapper for the PEP 8 library::