Replaced dead links with correct ones

Openstack API Quick Start had two dead links in "send
API request" section. The dead links were Identity API
and compute APIs and Extensions. Replaced the dead links
with the new Identity API and compute API links.

closes bug: #1324098

Change-Id: I2c1c5e152230ef2f3e27f5db76bb9a41f48e58ae
This commit is contained in:
Manishanker Talusani 2014-05-29 02:45:35 +05:30
parent 52424fe3a6
commit 34269cacd2

View File

@ -143,10 +143,10 @@ Date: Wed, 06 Nov 2013 20:06:24 GMT</computeroutput></screen>
<para>This section shows how to make some Identity API and
Compute API calls. For a complete list of Identity
API calls, see <link
xlink:href="http://developer.openstack.org/api-ref-identity.html"
xlink:href="http://developer.openstack.org/api-ref-identity-v3.html"
>Identity APIs</link>. For a complete list of
Compute API calls, see <link
xlink:href="http://developer.openstack.org/api-ref-compute.html"
xlink:href="http://developer.openstack.org/api-ref-compute-v2.html"
>Compute APIs and Extensions</link>.</para>
<para>Use the Identity API to request a list of
tenants, as follows:</para>