summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-09 18:00:22 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-06-09 18:00:22 -0700
commit82a2408c0c097d99d6ecfe13e876cdb77f37e112 (patch)
tree50c9b464e53b7a153510949ed2c98c5e81fde7e4
parent05bb61572824eb0b83f1186742318728d880d749 (diff)
downloadpep8-82a2408c0c097d99d6ecfe13e876cdb77f37e112.tar.gz
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
-rw-r--r--README.rst2
-rw-r--r--docs/intro.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index abd51e4..765d85b 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/docs/intro.rst b/docs/intro.rst
index 10e2aef..a374a87 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -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>`_.