Redirect API Guide now that it is RST-built
- Also search and replace links with new link location. - Left the non-re-published translated docs, only de and ja are RST. Change-Id: If9382bf4cedd21c6393e0e67d0c33e6140885019
This commit is contained in:
parent
dd2bbadc12
commit
272b54100e
@ -61,8 +61,7 @@ The following books explain how to configure and run an OpenStack cloud:
|
|||||||
The following books explain how to use the OpenStack dashboard and
|
The following books explain how to use the OpenStack dashboard and
|
||||||
command-line clients:
|
command-line clients:
|
||||||
|
|
||||||
- `API Quick
|
- `API Guide <http://developer.openstack.org/api-guide/quick-start/>`__
|
||||||
Start <http://docs.openstack.org/api/quick-start/content/>`__
|
|
||||||
|
|
||||||
- `End User Guide <http://docs.openstack.org/user-guide/>`__
|
- `End User Guide <http://docs.openstack.org/user-guide/>`__
|
||||||
|
|
||||||
|
@ -112,9 +112,9 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<link
|
<link
|
||||||
xlink:href="http://docs.openstack.org/api/quick-start/content/"
|
xlink:href="http://developer.openstack.org/api-guide/quick-start/"
|
||||||
><citetitle>API Quick
|
><citetitle>API
|
||||||
Start</citetitle></link></para>
|
Guide</citetitle></link></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -71,7 +71,7 @@ Guides for end users
|
|||||||
* `OpenStack Admin User Guide`_: Shows OpenStack administrators how to create
|
* `OpenStack Admin User Guide`_: Shows OpenStack administrators how to create
|
||||||
and manage resources in an OpenStack cloud with the OpenStack dashboard and
|
and manage resources in an OpenStack cloud with the OpenStack dashboard and
|
||||||
OpenStack client commands.
|
OpenStack client commands.
|
||||||
* `OpenStack API Quick Start`_: A brief overview of how to send REST API
|
* `OpenStack API Guide`_: A brief overview of how to send REST API
|
||||||
requests to endpoints for OpenStack services.
|
requests to endpoints for OpenStack services.
|
||||||
* `Command-Line Interface Reference`_: Automatically generates help text for
|
* `Command-Line Interface Reference`_: Automatically generates help text for
|
||||||
CLI commands and subcommands.
|
CLI commands and subcommands.
|
||||||
@ -167,7 +167,7 @@ This guide has a review in place to get a license indicator in output:
|
|||||||
|
|
||||||
.. _`OpenStack End User Guide`: http://docs.openstack.org/user-guide/index.html
|
.. _`OpenStack End User Guide`: http://docs.openstack.org/user-guide/index.html
|
||||||
.. _`OpenStack Admin User Guide`: http://docs.openstack.org/user-guide-admin/index.html
|
.. _`OpenStack Admin User Guide`: http://docs.openstack.org/user-guide-admin/index.html
|
||||||
.. _`OpenStack API Quick Start`: http://docs.openstack.org/api/quick-start/content/
|
.. _`OpenStack API Guide`: http://developer.openstack.org/api-guide/quick-start/
|
||||||
.. _`Command-Line Interface Reference`: http://docs.openstack.org/cli-reference/content/
|
.. _`Command-Line Interface Reference`: http://docs.openstack.org/cli-reference/content/
|
||||||
|
|
||||||
.. _`Complete API Reference`: http://developer.openstack.org/api-ref.html
|
.. _`Complete API Reference`: http://developer.openstack.org/api-ref.html
|
||||||
|
@ -104,9 +104,9 @@ Guides for end users
|
|||||||
- Source location
|
- Source location
|
||||||
- Target location
|
- Target location
|
||||||
|
|
||||||
* - API Quick Start
|
* - API Guide
|
||||||
- http://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start
|
- http://git.openstack.org/cgit/openstack/api-site/tree/api-quick-start
|
||||||
- http://docs.openstack.org/api/quick-start/content
|
- http://developer.openstack.org/api-guide/quick-start/
|
||||||
|
|
||||||
* - End User Guide
|
* - End User Guide
|
||||||
- http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/user-guide
|
- http://git.openstack.org/cgit/openstack/openstack-manuals/tree/doc/user-guide
|
||||||
|
@ -171,3 +171,6 @@ redirect 301 /hot-reference/content/ /developer/heat/template_guide/
|
|||||||
|
|
||||||
# Redirect nova/devref/
|
# Redirect nova/devref/
|
||||||
redirectmatch 301 ^/developer/nova/devref/(.+)$ /developer/nova/$1
|
redirectmatch 301 ^/developer/nova/devref/(.+)$ /developer/nova/$1
|
||||||
|
|
||||||
|
# Redirect API Quick Start after migration to RST
|
||||||
|
redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/quick-start/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user