diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2018-04-15 19:35:03 +0000 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2018-04-15 19:35:03 +0000 |
| commit | f05c01b3ff79728a7f7a76105f08cf853c8546c3 (patch) | |
| tree | 774f192b619878274f8a2c074d3eb6d04f8254a6 | |
| parent | d0db8497b97cdcb0207da1a3b994e91ba554896c (diff) | |
| parent | c86109a7699a3492c7c1a78af357e16a5e7cad39 (diff) | |
| download | flake8-f05c01b3ff79728a7f7a76105f08cf853c8546c3.tar.gz | |
Merge branch 'readthedocs' into 'master'
Prefer readthedocs.io instead of readthedocs.org for doc links
See merge request pycqa/flake8!224
| -rw-r--r-- | docs/source/release-notes/2.0.0.rst | 2 | ||||
| -rw-r--r-- | docs/source/release-notes/2.4.0.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/release-notes/2.0.0.rst b/docs/source/release-notes/2.0.0.rst index 4c1ff04..67169d3 100644 --- a/docs/source/release-notes/2.0.0.rst +++ b/docs/source/release-notes/2.0.0.rst @@ -5,7 +5,7 @@ - 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/docs/source/release-notes/2.4.0.rst b/docs/source/release-notes/2.4.0.rst index 6c470cd..94cba9a 100644 --- a/docs/source/release-notes/2.4.0.rst +++ b/docs/source/release-notes/2.4.0.rst @@ -30,4 +30,4 @@ .. _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/user/using-hooks.html |
