Fix the RTD URL

This commit is contained in:
Ian Cordasco 2013-02-23 14:34:56 -05:00
parent d22068b81c
commit b4c212ba2d

View file

@ -8,7 +8,7 @@ CHANGES
- McCabe complexity warnings are now prefixed by a ``C`` instead of a ``W``
- Flake8 now supports extensions through entry points
- Due to the above support, we now **require** setuptools
- We now have `documentation <https://flake8.rtfd.org/>`_
- We now have `documentation <https://flake8.readthedocs.org/>`_
- Fixes #13: pep8 and pyflakes are now external dependencies
- Split run.py into main.py and hooks.py for better logic
- Expose our parser for our users