Skip to content

Commit 4b2d720

Browse files
jdufresnemyint
authored andcommitted
Update all pypi.python.org URLs to pypi.org (#337)
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
1 parent 9a6b70c commit 4b2d720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pyflakes analyzes programs and detects various errors. It works by
88
parsing the source file, not importing it, so it is safe to use on
99
modules 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/>`_
1212
and 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

0 commit comments

Comments
 (0)