summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-06-11 08:15:02 -0500
committerGitHub <noreply@github.com>2018-06-11 08:15:02 -0500
commit85f8f5e3ac349c0746df9544997ea346f9901061 (patch)
tree50c9b464e53b7a153510949ed2c98c5e81fde7e4
parent05bb61572824eb0b83f1186742318728d880d749 (diff)
parent82a2408c0c097d99d6ecfe13e876cdb77f37e112 (diff)
downloadpep8-85f8f5e3ac349c0746df9544997ea346f9901061.tar.gz
Merge pull request #769 from jdufresne/pypi
Update all pypi.python.org URLs to pypi.org
-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>`_.