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
This commit is contained in:
Takashi NATSUME 2018-02-08 18:25:56 +09:00
parent 10c1c3cbc1
commit afb192190c
1 changed files with 1 additions and 1 deletions

View File

@ -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/>`_: