summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-29 07:10:24 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-29 07:10:24 -0700
commitf811cdebf0d127361b3f8bb86850b32f77d2f873 (patch)
treeab5d8633fe21c240d24297f203a2187ceabfe4cc
parent990dc5a79e203204867870b7ec5048cdb37d7005 (diff)
parentf39501c475338b23021245fa9df7b4e8cea3a875 (diff)
downloadpep8-f811cdebf0d127361b3f8bb86850b32f77d2f873.tar.gz
Merge pull request #514 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
-rw-r--r--CHANGES.txt2
-rw-r--r--CONTRIBUTING.rst2
-rw-r--r--README.rst2
-rw-r--r--docs/index.rst2
-rw-r--r--docs/intro.rst2
-rw-r--r--setup.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d22214f..ebb00e8 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 http://pep8.readthedocs.org/. (Issue #105)
+ on https://pep8.readthedocs.io/. (Issue #105)
1.3.4 (2012-12-18)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 158dc6f..0500f0b 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -1,4 +1,4 @@
Contributing to ``pep8``
========================
-Please see the `developer notes <https://pep8.readthedocs.org/en/latest/developer.html>`_
+Please see the `developer notes <https://pep8.readthedocs.io/en/latest/developer.html>`_
diff --git a/README.rst b/README.rst
index 3ba1619..f82589d 100644
--- a/README.rst
+++ b/README.rst
@@ -91,6 +91,6 @@ Links
:target: https://pypi.python.org/pypi/pycodestyle
:alt: Wheel Status
-* `Read the documentation <http://pycodestyle.readthedocs.org/>`_
+* `Read the documentation <https://pycodestyle.readthedocs.io/>`_
* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle>`_
diff --git a/docs/index.rst b/docs/index.rst
index d977022..6ae3815 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -21,7 +21,7 @@ Contents:
API <api>
developer
-* Online documentation: http://pep8.readthedocs.org/
+* Online documentation: https://pep8.readthedocs.io/
* Source code and issue tracker: https://github.com/pycqa/pycodestyle
diff --git a/docs/intro.rst b/docs/intro.rst
index 5f7e9cd..91cfbfe 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -429,7 +429,7 @@ Note: most errors can be listed with such one-liner::
Related tools
-------------
-The `flake8 checker <https://flake8.readthedocs.org>`_ is a wrapper around
+The `flake8 checker <https://flake8.readthedocs.io>`_ is a wrapper around
``pep8`` and similar tools. It supports plugins.
Other tools which use ``pep8`` are referenced in the Wiki: `list of related
diff --git a/setup.py b/setup.py
index c0afd37..7c0cf84 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='http://pep8.readthedocs.org/',
+ url='https://pep8.readthedocs.io/',
license='Expat license',
py_modules=['pycodestyle'],
namespace_packages=[],