From d558bd621838eeca5ac234feffffcaf76f176d58 Mon Sep 17 00:00:00 2001 From: "huang.zhiping" Date: Thu, 7 Jun 2018 17:58:41 +0800 Subject: [PATCH] Trivial: update url to new url Change-Id: Iced9d8ef15366e1111e987e00957b19727109792 --- .../shipyard_airflow/shipyard_airflow/control/json_schemas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/shipyard_airflow/shipyard_airflow/control/json_schemas.py b/src/bin/shipyard_airflow/shipyard_airflow/control/json_schemas.py index 7e8f02bc..87ef3b66 100644 --- a/src/bin/shipyard_airflow/shipyard_airflow/control/json_schemas.py +++ b/src/bin/shipyard_airflow/shipyard_airflow/control/json_schemas.py @@ -15,7 +15,7 @@ Contains the json schemas for the REST interface, and provides the functions to validate against the schemas. see: http://json-schema.org -see: https://pypi.python.org/pypi/jsonschema +see: https://pypi.org/project/jsonschema/ """ import json import logging