From c1712ae745b02434429278198f99850c3ba6e741 Mon Sep 17 00:00:00 2001 From: TakingItCasual Date: Tue, 2 Oct 2018 21:05:22 +0300 Subject: [PATCH] Updated PyPI URLs --- README.rst | 4 ++-- json/bin/jsonschema_suite | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 99c0b3788..d3bf9563e 100644 --- a/README.rst +++ b/README.rst @@ -6,11 +6,11 @@ jsonschema .. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema.svg :alt: PyPI version - :target: https://pypi.python.org/pypi/jsonschema + :target: https://pypi.org/project/jsonschema/ .. |Pythons| image:: https://img.shields.io/pypi/pyversions/jsonschema.svg :alt: Supported Python versions - :target: https://pypi.python.org/pypi/jsonschema + :target: https://pypi.org/project/jsonschema/ .. |Travis| image:: https://travis-ci.org/Julian/jsonschema.svg?branch=master :alt: Travis build status diff --git a/json/bin/jsonschema_suite b/json/bin/jsonschema_suite index 8817433ff..f4f500dfe 100755 --- a/json/bin/jsonschema_suite +++ b/json/bin/jsonschema_suite @@ -12,7 +12,7 @@ except ImportError: running `pip install argparse`, `easy_install argparse` or by downloading argparse and running `python2.6 setup.py install`. - See https://pypi.python.org/pypi/argparse for details. + See https://pypi.org/project/argparse/ for details. """.strip("\n"))) sys.exit(1)