summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-29 10:58:51 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-29 10:58:51 -0700
commit6fd9e6f29303ca150f407c2b24e99c9336954346 (patch)
treeadbd6ee65a6b958dde593890f899b782207f87d7
parentf811cdebf0d127361b3f8bb86850b32f77d2f873 (diff)
downloadpep8-update-rtd-links.tar.gz
Finished updating rtd linksupdate-rtd-links
Updated references to pep8.readthedocs.io -> pycodestyle.readthedocs.io
-rw-r--r--CHANGES.txt2
-rw-r--r--CONTRIBUTING.rst2
-rw-r--r--docs/index.rst2
-rw-r--r--setup.py2
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
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=[],