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
88parsing the source file, not importing it, so it is safe to use on
99modules with side effects. It's also much faster.
1010
11- It is `available on PyPI <https://pypi.python. org/pypi /pyflakes >`_
11+ It is `available on PyPI <https://pypi.org/project /pyflakes/ >`_
1212and it supports all active versions of Python: 2.7 and 3.4 to 3.7.
1313
1414
@@ -77,7 +77,7 @@ All changes should include tests and pass flake8_.
7777 :alt: Build status
7878
7979.. _Pylint : http://www.pylint.org/
80- .. _flake8 : https://pypi.python. org/pypi /flake8
80+ .. _flake8 : https://pypi.org/project /flake8/
8181.. _`PEP 8` : http://legacy.python.org/dev/peps/pep-0008/
8282.. _Pychecker : http://pychecker.sourceforge.net/
8383.. _`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