From e55c09f28be86624fbdc7558624f0264cc26aeb9 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME <natsume.takashi@lab.ntt.co.jp> Date: Thu, 8 Feb 2018 18:25:56 +0900 Subject: [PATCH] Remove a duplicate colon In 'Writing to the API' section of nova doc index page(*), there is the 'Compute API Guide::' item. It should be 'Compute API Guide:'. * https://docs.openstack.org/nova/latest/#writing-to-the-api TrivialFix Change-Id: I59455c9783baccbf6ca7c6cf9da7f040f235de14 --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 82e4e41c2..636230607 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -72,7 +72,7 @@ API, which can be used to build more complicated logic or automation with nova. This can be consumed directly, or via various SDKs. The following resources will help you get started with consuming the API directly. -* `Compute API Guide: <https://developer.openstack.org/api-guide/compute/>`_: The +* `Compute API Guide <https://developer.openstack.org/api-guide/compute/>`_: The concept guide for the API. This helps lay out the concepts behind the API to make consuming the API reference easier. * `Compute API Reference <http://developer.openstack.org/api-ref/compute/>`_: