Skip to content

Commit

Permalink
Update all pypi.python.org URLs to pypi.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jun 10, 2018
1 parent 05bb615 commit 82a2408
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pycodestyle (formerly called pep8) - Python style guide checker
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/wheel/pycodestyle.svg
:target: https://pypi.python.org/pypi/pycodestyle
:target: https://pypi.org/project/pycodestyle/
:alt: Wheel Status

.. image:: https://badges.gitter.im/PyCQA/pycodestyle.svg
Expand Down
4 changes: 2 additions & 2 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Among other things, these features are currently not in the scope of
the ``pycodestyle`` library:

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

0 comments on commit 82a2408

Please sign in to comment.