Update pypi url to new url

Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I5f9e87d86195c08f9f87e2f297a4ce2b0d6c9c15
This commit is contained in:
Tuan Do Anh 2018-07-12 14:44:44 +07:00
parent efc781783f
commit a4f2b40441
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ Proposed change
===============
One possible way to validate the Karbor API is to use jsonschema similar to
Nova, Keystone and Glance (https://pypi.python.org/pypi/jsonschema).
Nova, Keystone and Glance (https://pypi.org/project/jsonschema).
A jsonschema validator object can be used to check each resource against an
appropriate schema for that resource. If the validation passes, the request
can follow the existing flow of control through the resource manager to the
@ -277,7 +277,7 @@ Useful Links:
* [Nova Validation Examples] (http://git.openstack.org/cgit/openstack/nova/tree/nova/api/validation)
* [JSON Schema on PyPI] (https://pypi.python.org/pypi/jsonschema)
* [JSON Schema on PyPI] (https://pypi.org/project/jsonschema)
* [JSON Schema core definitions and terminology] (http://tools.ietf.org/html/draft-zyp-json-schema-04)