From 852104b226f0c2cbd15d62af6c5adfc765209d07 Mon Sep 17 00:00:00 2001 From: XiaojueGuan Date: Tue, 1 May 2018 14:34:35 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Change-Id: I33cebeff9e2e8f91fdbb3d1f37e384becb12a3a2 --- specs/queens/v3-api-validation.rst | 4 ++-- specs/rocky/support-image-signature-verification.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/queens/v3-api-validation.rst b/specs/queens/v3-api-validation.rst index 29201c2b..6f84f74c 100644 --- a/specs/queens/v3-api-validation.rst +++ b/specs/queens/v3-api-validation.rst @@ -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) diff --git a/specs/rocky/support-image-signature-verification.rst b/specs/rocky/support-image-signature-verification.rst index 8510315f..62edf8b1 100644 --- a/specs/rocky/support-image-signature-verification.rst +++ b/specs/rocky/support-image-signature-verification.rst @@ -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