From b2553e0c834e79e9eb6a3d620e4c4e248ea1d5e7 Mon Sep 17 00:00:00 2001 From: "huang.zhiping" Date: Fri, 27 Apr 2018 17:20:15 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: I970c8dd876c54d86608b0647690845a4c0de9453 --- specs/zun-api-validation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/zun-api-validation.rst b/specs/zun-api-validation.rst index bdf68831d..b913cc251 100644 --- a/specs/zun-api-validation.rst +++ b/specs/zun-api-validation.rst @@ -32,7 +32,7 @@ Proposed Change =============== One possible way to validate the Zun API is to use jsonschema -(https://pypi.python.org/pypi/jsonschema). A jsonschema validator object can +(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 to the resource manager. If the request body parameters fail the @@ -165,7 +165,7 @@ Useful Links: * [Nova Validation Examples] (https://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] (https://tools.ietf.org/html/draft-zyp-json-schema-04)