summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-15 19:31:38 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-15 19:31:38 -0500
commite1de96f6296b9c18eabb2148e7beb0f38a782392 (patch)
tree69c27866d00f18648decb2c62bd95409f247b66c
parent5b46db3d80ef13f37885392193659ce7e0a6c1db (diff)
parente459e57d58f83786d7afe2a2f72a1c9fec2757a3 (diff)
downloadflake8-2.6.0.tar.gz
Merge branch 'readthedocs.io' of adamchainz/flake82.6.0
-rw-r--r--CHANGES.rst4
-rw-r--r--README.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ecead71..d24840f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -129,7 +129,7 @@ CHANGES
.. _GitLab#35: https://gitlab.com/pycqa/flake8/issues/35
.. _GitLab!18: https://gitlab.com/pycqa/flake8/merge_requests/18
.. _GitLab!20: https://gitlab.com/pycqa/flake8/merge_requests/20
-.. _VCS hooks docs: https://flake8.readthedocs.org/en/latest/vcs.html
+.. _VCS hooks docs: https://flake8.readthedocs.io/en/latest/vcs.html
2.3.0 - 2015-01-04
------------------
@@ -222,7 +222,7 @@ CHANGES
- McCabe complexity warnings are prefixed by a ``C`` instead of a ``W``
- Flake8 supports extensions through entry points
- Due to the above support, we **require** setuptools
-- We publish the `documentation <https://flake8.readthedocs.org/>`_
+- We publish the `documentation <https://flake8.readthedocs.io/>`_
- Fixes #13: pep8, pyflakes and mccabe become external dependencies
- Split run.py into main.py, engine.py and hooks.py for better logic
- Expose our parser for our users
diff --git a/README.rst b/README.rst
index 90a356d..1e02daa 100644
--- a/README.rst
+++ b/README.rst
@@ -92,6 +92,6 @@ suggest, the mailing list would be the best place for it.
Links
=====
-* `flake8 documentation <http://flake8.readthedocs.org/en/latest/>`_
+* `flake8 documentation <https://flake8.readthedocs.io/en/latest/>`_
-* `pep8 documentation <http://pep8.readthedocs.org/en/latest/>`_
+* `pep8 documentation <https://pep8.readthedocs.io/en/latest/>`_