diff --git a/README.rst b/README.rst index 7e173c1..59b3c1c 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ api_reference (required) A published API reference document for the API identified by this service type. If not specified in the source yaml file, it will be generated -as `http://developer.openstack.org/api-ref/{service-type}/`. +as `https://docs.openstack.org/api-ref/{service-type}/`. api_reference_project (optional) -------------------------------- diff --git a/transform.py b/transform.py index 0ab7233..c2b430d 100644 --- a/transform.py +++ b/transform.py @@ -38,7 +38,7 @@ import yaml import validate -API_REF_FMT = 'https://developer.openstack.org/api-ref/{service}/' +API_REF_FMT = 'https://docs.openstack.org/api-ref/{service}/' class LocalResolver(jsonschema.RefResolver):