File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ jsonschema
6
6
7
7
.. |PyPI | image :: https://img.shields.io/pypi/v/jsonschema.svg
8
8
:alt: PyPI version
9
- :target: https://pypi.python. org/pypi /jsonschema
9
+ :target: https://pypi.org/project /jsonschema/
10
10
11
11
.. |Pythons | image :: https://img.shields.io/pypi/pyversions/jsonschema.svg
12
12
:alt: Supported Python versions
13
- :target: https://pypi.python. org/pypi /jsonschema
13
+ :target: https://pypi.org/project /jsonschema/
14
14
15
15
.. |Travis | image :: https://travis-ci.org/Julian/jsonschema.svg?branch=master
16
16
:alt: Travis build status
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ except ImportError:
12
12
running `pip install argparse`, `easy_install argparse` or by
13
13
downloading argparse and running `python2.6 setup.py install`.
14
14
15
- See https://pypi.python. org/pypi /argparse for details.
15
+ See https://pypi.org/project /argparse/ for details.
16
16
""" .strip ("\n " )))
17
17
sys .exit (1 )
18
18
You can’t perform that action at this time.
0 commit comments