diff options
author | Adam Chainz <adam@adamj.eu> | 2016-05-29 14:39:21 +0100 |
---|---|---|
committer | Adam Chainz <adam@adamj.eu> | 2016-05-29 14:39:21 +0100 |
commit | f39501c475338b23021245fa9df7b4e8cea3a875 (patch) | |
tree | ab5d8633fe21c240d24297f203a2187ceabfe4cc | |
parent | 990dc5a79e203204867870b7ec5048cdb37d7005 (diff) | |
download | pep8-f39501c475338b23021245fa9df7b4e8cea3a875.tar.gz |
Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rw-r--r-- | CONTRIBUTING.rst | 2 | ||||
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | docs/index.rst | 2 | ||||
-rw-r--r-- | docs/intro.rst | 2 | ||||
-rw-r--r-- | setup.py | 2 |
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>`_ @@ -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 @@ -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=[], |