Skip to content

Updated PyPI URLs #474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion json/bin/jsonschema_suite
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down