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