Skip to content

Commit c1712ae

Browse files
Updated PyPI URLs
1 parent 7e2a6bc commit c1712ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ jsonschema
66

77
.. |PyPI| image:: https://img.shields.io/pypi/v/jsonschema.svg
88
:alt: PyPI version
9-
:target: https://pypi.python.org/pypi/jsonschema
9+
:target: https://pypi.org/project/jsonschema/
1010

1111
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/jsonschema.svg
1212
:alt: Supported Python versions
13-
:target: https://pypi.python.org/pypi/jsonschema
13+
:target: https://pypi.org/project/jsonschema/
1414

1515
.. |Travis| image:: https://travis-ci.org/Julian/jsonschema.svg?branch=master
1616
:alt: Travis build status

json/bin/jsonschema_suite

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ except ImportError:
1212
running `pip install argparse`, `easy_install argparse` or by
1313
downloading argparse and running `python2.6 setup.py install`.
1414
15-
See https://pypi.python.org/pypi/argparse for details.
15+
See https://pypi.org/project/argparse/ for details.
1616
""".strip("\n")))
1717
sys.exit(1)
1818

0 commit comments

Comments
 (0)