From ea679cd0f8bf1e5873dd04ed88d7213098170313 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 22 Jul 2019 20:49:37 +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: I52969a8ee278b71cf7f92452fb26ff6a8420a3d4 --- doc/source/common/app-support.rst | 2 +- doc/source/design-control-plane.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/common/app-support.rst b/doc/source/common/app-support.rst index 3c8f960..1d52a87 100644 --- a/doc/source/common/app-support.rst +++ b/doc/source/common/app-support.rst @@ -50,7 +50,7 @@ The following book explains how to use the command-line clients: The following documentation provides reference and guidance information for the OpenStack APIs: -* `API Documentation `_ +* `API Documentation `_ The following guide provides information on how to contribute to OpenStack documentation: diff --git a/doc/source/design-control-plane.rst b/doc/source/design-control-plane.rst index 249286e..e5e7b04 100644 --- a/doc/source/design-control-plane.rst +++ b/doc/source/design-control-plane.rst @@ -276,7 +276,7 @@ Extensions ~~~~~~~~~~ The `API -Specifications `_ define +Specifications `_ define the core actions, capabilities, and mediatypes of the OpenStack API. A client can always depend on the availability of this core API, and implementers are always required to support it in its entirety.