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 @@ </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>