Fixed broken link in api-guide

Fixed broken link in index.rst of the
Openstack API guide

Change-Id: I45fd5686eac1ab4f9f8f229f53f2e9842fb70ed9
Closes-Bug: #1509516
This commit is contained in:
Nandini Tata 2015-10-26 16:18:24 +00:00
parent db583563fa
commit fbfdec03b7
2 changed files with 6 additions and 4 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -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**