Trivial: Update pypi url to new url

Change-Id: I33cebeff9e2e8f91fdbb3d1f37e384becb12a3a2
This commit is contained in:
XiaojueGuan 2018-05-01 14:34:35 +08:00
parent f4bc0772d4
commit 852104b226
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ Proposed change
===============
One possible way to validate the Cinder 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
@ -344,7 +344,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)

View File

@ -361,7 +361,7 @@ Instructions for how to use this functionality will need to be documented.
References
==========
Cryptography API: https://pypi.python.org/pypi/cryptography/0.2.2
Cryptography API: https://pypi.org/project/cryptography/0.2.2
_`[1]` https://review.openstack.org/#/c/252462/
_`[2]` https://en.wikipedia.org/wiki/MD5#Security