From 4cf72bf7ba7a3e87c8f7e13bcfed115243405798 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 24 Jul 2019 14:34:40 +0200 Subject: [PATCH] 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 --- www/index.html | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/www/index.html b/www/index.html index 19f95c836..f0b342e7b 100644 --- a/www/index.html +++ b/www/index.html @@ -86,17 +86,17 @@
  • To learn how to use the APIs, see the OpenStack + href="https://docs.openstack.org/api-quick-start/">OpenStack API Guide (en).
    Translations:
  • @@ -112,12 +112,17 @@ you create scripts to interact with OpenStack clouds.
  • - To install the CLIs, see Install the CLIs. + There's the common ``openstack-client`` client that + covers most projects, + see + OpenStackClient documentation.
  • - To use the CLIs, see OpenStack command-line clients. + 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 API + Bindings.