Skip to content

Commit f39501c

Browse files
author
Adam Chainz
committed
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.
1 parent 990dc5a commit f39501c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Bug fixes:
406406
(Issue #93 and #141)
407407

408408
* Add the Sphinx-based documentation, and publish it
409-
on http://pep8.readthedocs.org/. (Issue #105)
409+
on https://pep8.readthedocs.io/. (Issue #105)
410410

411411

412412
1.3.4 (2012-12-18)

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Contributing to ``pep8``
22
========================
33

4-
Please see the `developer notes <https://pep8.readthedocs.org/en/latest/developer.html>`_
4+
Please see the `developer notes <https://pep8.readthedocs.io/en/latest/developer.html>`_

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ Links
9191
:target: https://pypi.python.org/pypi/pycodestyle
9292
:alt: Wheel Status
9393

94-
* `Read the documentation <http://pycodestyle.readthedocs.org/>`_
94+
* `Read the documentation <https://pycodestyle.readthedocs.io/>`_
9595

9696
* `Fork me on GitHub <http://github.com/PyCQA/pycodestyle>`_

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Contents:
2121
API <api>
2222
developer
2323

24-
* Online documentation: http://pep8.readthedocs.org/
24+
* Online documentation: https://pep8.readthedocs.io/
2525
* Source code and issue tracker: https://github.com/pycqa/pycodestyle
2626

2727

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ Note: most errors can be listed with such one-liner::
429429
Related tools
430430
-------------
431431

432-
The `flake8 checker <https://flake8.readthedocs.org>`_ is a wrapper around
432+
The `flake8 checker <https://flake8.readthedocs.io>`_ is a wrapper around
433433
``pep8`` and similar tools. It supports plugins.
434434

435435
Other tools which use ``pep8`` are referenced in the Wiki: `list of related

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_long_description():
2626
keywords='pycodestyle, pep8, PEP 8, PEP-8, PEP8',
2727
author='Johann C. Rocholl',
2828
author_email='[email protected]',
29-
url='http://pep8.readthedocs.org/',
29+
url='https://pep8.readthedocs.io/',
3030
license='Expat license',
3131
py_modules=['pycodestyle'],
3232
namespace_packages=[],

0 commit comments

Comments
 (0)