summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 14:39:21 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 14:39:21 +0100
commitf39501c475338b23021245fa9df7b4e8cea3a875 (patch)
treeab5d8633fe21c240d24297f203a2187ceabfe4cc /docs/intro.rst
parent990dc5a79e203204867870b7ec5048cdb37d7005 (diff)
downloadpep8-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.
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
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