From c429300be45910c3fb1fcd197d14b5cfec355750 Mon Sep 17 00:00:00 2001 From: XiaojueGuan Date: Tue, 1 May 2018 13:28:24 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Change-Id: Ifb2bf449922ab03fd3f6a51540189bd746764cc2 --- specs/rocky/add-json-schema-validation-for-api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/rocky/add-json-schema-validation-for-api.rst b/specs/rocky/add-json-schema-validation-for-api.rst index 8038aad..9a98014 100644 --- a/specs/rocky/add-json-schema-validation-for-api.rst +++ b/specs/rocky/add-json-schema-validation-for-api.rst @@ -41,7 +41,7 @@ Proposed change =============== One possible way to validate the Manila API is to use jsonschema similar to -Nova, Cinder, Keystone and Glance (https://pypi.python.org/pypi/jsonschema). +Nova, Cinder, Keystone and Glance (https://pypi.python.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 @@ References * JSON Schema on PyPI: - https://pypi.python.org/pypi/jsonschema + https://pypi.python.org/project/jsonschema * JSON Schema core definitions and terminology: