File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Pyflakes analyzes programs and detects various errors. It works by
8
8
parsing the source file, not importing it, so it is safe to use on
9
9
modules with side effects. It's also much faster.
10
10
11
- It is `available on PyPI <https://pypi.python. org/pypi /pyflakes >`_
11
+ It is `available on PyPI <https://pypi.org/project /pyflakes/ >`_
12
12
and it supports all active versions of Python: 2.7 and 3.4 to 3.7.
13
13
14
14
@@ -77,7 +77,7 @@ All changes should include tests and pass flake8_.
77
77
:alt: Build status
78
78
79
79
.. _Pylint : http://www.pylint.org/
80
- .. _flake8 : https://pypi.python. org/pypi /flake8
80
+ .. _flake8 : https://pypi.org/project /flake8/
81
81
.. _`PEP 8` : http://legacy.python.org/dev/peps/pep-0008/
82
82
.. _Pychecker : http://pychecker.sourceforge.net/
83
83
.. _`rebase your changes` : https://git-scm.com/book/en/v2/Git-Branching-Rebasing
You can’t perform that action at this time.
0 commit comments