diff options
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rw-r--r-- | CONTRIBUTING.rst | 2 | ||||
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ebb00e8..4f8e28d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -406,7 +406,7 @@ Bug fixes: (Issue #93 and #141) * Add the Sphinx-based documentation, and publish it - on https://pep8.readthedocs.io/. (Issue #105) + on https://pycodestyle.readthedocs.io/. (Issue #105) 1.3.4 (2012-12-18) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0500f0b..61c2822 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,4 +1,4 @@ Contributing to ``pep8`` ======================== -Please see the `developer notes <https://pep8.readthedocs.io/en/latest/developer.html>`_ +Please see the `developer notes <https://pycodestyle.readthedocs.io/en/latest/developer.html>`_ diff --git a/docs/index.rst b/docs/index.rst index 6ae3815..d6ece44 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,7 +21,7 @@ Contents: API <api> developer -* Online documentation: https://pep8.readthedocs.io/ +* Online documentation: https://pycodestyle.readthedocs.io/ * Source code and issue tracker: https://github.com/pycqa/pycodestyle @@ -26,7 +26,7 @@ setup( keywords='pycodestyle, pep8, PEP 8, PEP-8, PEP8', author='Johann C. Rocholl', author_email='johann@rocholl.net', - url='https://pep8.readthedocs.io/', + url='https://pycodestyle.readthedocs.io/', license='Expat license', py_modules=['pycodestyle'], namespace_packages=[], |