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)