summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-10 07:58:15 -0700
committerSteven Myint <git@stevenmyint.com>2018-06-10 07:58:15 -0700
commit4b2d720d86a9ece3115929bef90fb19b29bf160b (patch)
tree44082ede2b98f9f645ab52a36cfd11f218ccb43e
parent9a6b70c92d68f474352510bff279902bc4d1a509 (diff)
downloadpyflakes-4b2d720d86a9ece3115929bef90fb19b29bf160b.tar.gz
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
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index ae9bfd7..41d7b93 100644
--- a/README.rst
+++ b/README.rst
@@ -8,7 +8,7 @@ Pyflakes analyzes programs and detects various errors. It works by
parsing the source file, not importing it, so it is safe to use on
modules with side effects. It's also much faster.
-It is `available on PyPI <https://pypi.python.org/pypi/pyflakes>`_
+It is `available on PyPI <https://pypi.org/project/pyflakes/>`_
and it supports all active versions of Python: 2.7 and 3.4 to 3.7.
@@ -77,7 +77,7 @@ All changes should include tests and pass flake8_.
:alt: Build status
.. _Pylint: http://www.pylint.org/
-.. _flake8: https://pypi.python.org/pypi/flake8
+.. _flake8: https://pypi.org/project/flake8/
.. _`PEP 8`: http://legacy.python.org/dev/peps/pep-0008/
.. _Pychecker: http://pychecker.sourceforge.net/
.. _`rebase your changes`: https://git-scm.com/book/en/v2/Git-Branching-Rebasing