Merge "Update pypi url to new url"

This commit is contained in:
Zuul 2018-10-19 01:45:11 +00:00 committed by Gerrit Code Review
commit 9abf540f0b
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)