Skip to content

Commit

Permalink
Merge branch 'readthedocs.io' of adamchainz/flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmavirus24 committed Jun 16, 2016
2 parents 5b46db3 + e459e57 commit e1de96f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/>`_

0 comments on commit e1de96f

Please sign in to comment.