From 66dbfdd0f4dc82c04546edaaa57f9e25ce0d5e50 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 26 Apr 2018 06:45:48 -0700 Subject: [PATCH] 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 --- README.rst | 4 ++-- doc/en/_templates/links.html | 2 +- doc/en/announce/release-2.3.5.rst | 2 +- doc/en/announce/release-2.4.0.rst | 4 ++-- doc/en/development_guide.rst | 2 +- doc/en/example/nonpython.rst | 2 +- doc/en/example/parametrize.rst | 2 +- doc/en/example/simple.rst | 4 ++-- doc/en/faq.rst | 4 ++-- doc/en/fixture.rst | 2 +- doc/en/getting-started.rst | 6 ++--- doc/en/goodpractices.rst | 6 ++--- doc/en/links.inc | 10 ++++---- doc/en/plugins.rst | 24 +++++++++---------- doc/en/projects.rst | 18 +++++++------- .../proposals/parametrize_with_fixtures.rst | 2 +- doc/en/test/plugin/cov.rst | 2 +- doc/en/test/plugin/oejskit.rst | 2 +- doc/en/test/plugin/xdist.rst | 2 +- doc/en/unittest.rst | 4 ++-- doc/en/usage.rst | 2 +- doc/en/writing_plugins.rst | 2 +- 22 files changed, 54 insertions(+), 54 deletions(-) diff --git a/README.rst b/README.rst index b2ed1e14043..81693962447 100644 --- a/README.rst +++ b/README.rst @@ -6,13 +6,13 @@ ------ .. image:: https://img.shields.io/pypi/v/pytest.svg - :target: https://pypi.python.org/pypi/pytest + :target: https://pypi.org/project/pytest/ .. image:: https://anaconda.org/conda-forge/pytest/badges/version.svg :target: https://anaconda.org/conda-forge/pytest .. image:: https://img.shields.io/pypi/pyversions/pytest.svg - :target: https://pypi.python.org/pypi/pytest + :target: https://pypi.org/project/pytest/ .. image:: https://img.shields.io/coveralls/pytest-dev/pytest/master.svg :target: https://coveralls.io/r/pytest-dev/pytest diff --git a/doc/en/_templates/links.html b/doc/en/_templates/links.html index 91157dfb7af..3a1a27a26f2 100644 --- a/doc/en/_templates/links.html +++ b/doc/en/_templates/links.html @@ -1,6 +1,6 @@

Useful Links