Skip to content

Commit 82a2408

Browse files
committed
Update all pypi.python.org URLs to pypi.org
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 05bb615 commit 82a2408

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pycodestyle (formerly called pep8) - Python style guide checker
1010
:alt: Documentation Status
1111

1212
.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg
13-
:target: https://pypi.python.org/pypi/pycodestyle
13+
:target: https://pypi.org/project/pycodestyle/
1414
:alt: Wheel Status
1515

1616
.. image:: https://badges.gitter.im/PyCQA/pycodestyle.svg

docs/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Among other things, these features are currently not in the scope of
4343
the ``pycodestyle`` library:
4444

4545
* **naming conventions**: this kind of feature is supported through plugins.
46-
Install `flake8 <https://pypi.python.org/pypi/flake8>`_ and the
47-
`pep8-naming extension <https://pypi.python.org/pypi/pep8-naming>`_ to use
46+
Install `flake8 <https://pypi.org/project/flake8/>`_ and the
47+
`pep8-naming extension <https://pypi.org/project/pep8-naming/>`_ to use
4848
this feature.
4949
* **docstring conventions**: they are not in the scope of this library;
5050
see the `pydocstyle project <https://github.com/PyCQA/pydocstyle>`_.

0 commit comments

Comments
 (0)