From 69b5e7d5c965605dacc19ee0bc7730e232d58a3d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 20:56:53 +0200 Subject: [PATCH] Update api-ref location The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: Iad1424ec96f0f768d5429e6593ff48d425a31a29 --- README.rst | 2 +- transform.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):