From 6fd9e6f29303ca150f407c2b24e99c9336954346 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sun, 29 May 2016 10:58:51 -0700 Subject: Finished updating rtd links Updated references to pep8.readthedocs.io -> pycodestyle.readthedocs.io --- CHANGES.txt | 2 +- CONTRIBUTING.rst | 2 +- docs/index.rst | 2 +- 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 `_ +Please see the `developer notes `_ 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 developer -* Online documentation: https://pep8.readthedocs.io/ +* Online documentation: https://pycodestyle.readthedocs.io/ * Source code and issue tracker: https://github.com/pycqa/pycodestyle diff --git a/setup.py b/setup.py index 7c0cf84..9e6dd68 100644 --- a/setup.py +++ b/setup.py @@ -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=[], -- cgit v1.2.1