Update links on index.html

Update for moved API Quick Start, note that Japanese is not translated
anymore and thus got removed.

Update CLI links:
  We do not have these links on docs.o.o anymore, rewrite and add new
  links.

Depends-On: https://review.opendev.org/672250
Change-Id: Ie6352dd20f28bfb3ea8d546ca14ef6af5fd39fe5
This commit is contained in:
Andreas Jaeger 2019-07-24 14:34:40 +02:00
parent 57ca6e1317
commit 4cf72bf7ba
1 changed files with 16 additions and 11 deletions

View File

@ -86,17 +86,17 @@
</li>
<li>
To learn how to use the APIs, see the <a
href="api-guide/quick-start/">OpenStack
href="https://docs.openstack.org/api-quick-start/">OpenStack
API Guide (en)</a>.
<br/>
Translations:
<ul>
<li><a href="de/api-guide/quick-start/">German (de)</a></li>
<li><a href="eo/api-guide/quick-start/">Esperanto (eo)</a></li>
<li><a href="id/api-guide/quick-start/">Indonesian (id)</a></li>
<li><a href="ja/api-guide/quick-start/">Japanese (ja)</a></li>
<li><a href="ko_KR/api-guide/quick-start/">Korean (ko_KR)</a></li>
<li><a href="zh_CN/api-guide/quick-start/">Chinese (zh_CN)</a></li>
<li><a href="https://docs.openstack.org/de/api-quick-start/">German (de)</a></li>
<li><a href="https://docs.openstack.org/eo/api-quick-start/">Esperanto (eo)</a></li>
<li><a href="https://docs.openstack.org/id/api-quick-start/">Indonesian (id)</a></li>
<li><a href="https://docs.openstack.org/ko_KR/api-quick-start/">Korean (ko_KR)</a></li>
<li><a href="https://docs.openstack.org/zh_CN/api-quick-start/">Turkish (tr_TR)</a></li>
<li><a href="https://docs.openstack.org/zh_CN/api-quick-start/">Chinese (zh_CN)</a></li>
</ul>
</li>
<li>
@ -112,12 +112,17 @@
you create scripts to interact with OpenStack clouds.
</li>
<li>
To install the CLIs, see <a target="_top" class="link"
href="https://docs.openstack.org/user-guide/common/cli_install_openstack_command_line_clients.html">Install the CLIs</a>.
There's the common ``openstack-client`` client that
covers most projects,
see <a href="https://docs.openstack.org/python-openstackclient/">
OpenStackClient documentation</a>.
</li>
<li>
To use the CLIs, see <a class="link" href="https://docs.openstack.org/user-guide/cli.html"
target="_top">OpenStack command-line clients</a>.
Each OpenStack project has a related client project
that includes Python API bindings and a command-line
interface (CLI). For details on these projects,
see <a href="https://docs.openstack.org/stein/language-bindings.html">API
Bindings</a>.
</li>
</ul>
</div>