From fbfdec03b785d4cce6c4445354d5c0842bb57d98 Mon Sep 17 00:00:00 2001 From: Nandini Tata Date: Mon, 26 Oct 2015 16:18:24 +0000 Subject: [PATCH] Fixed broken link in api-guide Fixed broken link in index.rst of the Openstack API guide Change-Id: I45fd5686eac1ab4f9f8f229f53f2e9842fb70ed9 Closes-Bug: #1509516 --- api-quick-start/source/api-quick-start.rst | 3 +++ api-quick-start/source/index.rst | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/api-quick-start/source/api-quick-start.rst b/api-quick-start/source/api-quick-start.rst index 7584c407b..09b27a0a2 100644 --- a/api-quick-start/source/api-quick-start.rst +++ b/api-quick-start/source/api-quick-start.rst @@ -1,3 +1,5 @@ +.. _openstack_API_quick_guide: + ============== OpenStack APIs ============== @@ -537,6 +539,7 @@ Use the Compute API to list servers, as follows: ] } +.. _client-intro: OpenStack command-line clients ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/api-quick-start/source/index.rst b/api-quick-start/source/index.rst index 94dcd130c..2668afa37 100644 --- a/api-quick-start/source/index.rst +++ b/api-quick-start/source/index.rst @@ -19,14 +19,13 @@ To begin sending API requests, use one of the following methods: - **cURL** A command-line tool that lets you send HTTP requests and receive - responses. See `the section called “OpenStack - APIs” <#Compute_API_Quick_Start>`__. + responses. See the section called :ref:`openstack_API_quick_guide`. - **OpenStack command-line client** The OpenStack project provides a command-line client that enables - you to access APIs through easy-to-use commands. See `the section - called “OpenStack command-line clients” <#cli-intro>`__. + you to access APIs through easy-to-use commands. See the section + called :ref:`client-intro`. - **REST clients**