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:
parent
db583563fa
commit
fbfdec03b7
@ -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
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -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**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user