From 8cb8006e5d9876894fc499108c453ad2a5ab6a25 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 16 Jan 2016 18:12:25 +0100 Subject: [PATCH] Update links for API Quick Start The guide has been moved to a new location and renamed, update name and links. Change-Id: I28d420654a456e774277f7683339c339272370b3 --- api-ref-guides/src/preface.xml | 4 ++-- api-ref/src/docbkx/preface.xml | 4 ++-- www/index.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api-ref-guides/src/preface.xml b/api-ref-guides/src/preface.xml index 1b473c224..0cdddaf52 100644 --- a/api-ref-guides/src/preface.xml +++ b/api-ref-guides/src/preface.xml @@ -23,7 +23,7 @@ images, create containers and objects, and complete other actions in your OpenStack cloud. To get started with the APIs, see the OpenStack API Quick Start. + xlink:href="http://developer.openstack.org/api-guide/quick-start/" + >OpenStack API Guide.   diff --git a/api-ref/src/docbkx/preface.xml b/api-ref/src/docbkx/preface.xml index 2efefdfb2..e0787a1d8 100644 --- a/api-ref/src/docbkx/preface.xml +++ b/api-ref/src/docbkx/preface.xml @@ -60,6 +60,6 @@ To get started with the APIs, see the OpenStack API Quick Start. + xlink:href="http://developer.openstack.org/api-guide/quick-start/" + >OpenStack API Guide. diff --git a/www/index.html b/www/index.html index 02c8659b8..7d51970f6 100644 --- a/www/index.html +++ b/www/index.html @@ -563,8 +563,8 @@

An Application Programming Interface (API) offers a way to use the capabilities of a service by using predefined functions. Use the API when the programming language you're using is not supported in an SDK. Please consider contributing that work to one of the - Known SDKs. The - OpenStack API Quick Start + Known SDKs. The + OpenStack API Guide gives you the basics for interacting with the services.