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