Fix wrong links
Fix wrong links Some docs links have changed. We should update the wrong links in our codes. Change-Id: Id2ec3de25b08a607ec39cd1bdabcb72be9a3c434
This commit is contained in:
parent
551cfeeeec
commit
18f3bbc157
@ -9,7 +9,7 @@ Make it durable
|
|||||||
.. todo:: Explain how to get objects back out again.
|
.. todo:: Explain how to get objects back out again.
|
||||||
|
|
||||||
.. todo:: Large object support in Swift
|
.. todo:: Large object support in Swift
|
||||||
https://docs.openstack.org/developer/swift/overview_large_objects.html
|
https://docs.openstack.org/swift/latest/overview_large_objects.html
|
||||||
|
|
||||||
This section introduces object storage.
|
This section introduces object storage.
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ volumes, compute instances, networking topology, and security policies.
|
|||||||
available; ask your support team for assistance.
|
available; ask your support team for assistance.
|
||||||
|
|
||||||
This section introduces the
|
This section introduces the
|
||||||
`HOT templating language <https://docs.openstack.org/developer/heat/template_guide/hot_guide.html>`_,
|
`HOT templating language <https://docs.openstack.org/heat/latest/template_guide/hot_guide.html>`_,
|
||||||
and takes you through some common OpenStack Orchestration calls.
|
and takes you through some common OpenStack Orchestration calls.
|
||||||
|
|
||||||
In previous sections, you used your SDK to programmatically interact with
|
In previous sections, you used your SDK to programmatically interact with
|
||||||
@ -88,7 +88,7 @@ HOT templating language
|
|||||||
|
|
||||||
To learn about the template syntax for OpenStack Orchestration, how to
|
To learn about the template syntax for OpenStack Orchestration, how to
|
||||||
create basic templates, and their inputs and outputs, see
|
create basic templates, and their inputs and outputs, see
|
||||||
`Heat Orchestration Template (HOT) Guide <https://docs.openstack.org/developer/heat/template_guide/hot_guide.html>`_.
|
`Heat Orchestration Template (HOT) Guide <https://docs.openstack.org/heat/latest/template_guide/hot_guide.html>`_.
|
||||||
|
|
||||||
Work with stacks: Basics
|
Work with stacks: Basics
|
||||||
------------------------
|
------------------------
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<h3>Private Installations</h3>
|
<h3>Private Installations</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://docs.openstack.org/developer/devstack/">DevStack Create a development environment based on the latest code</a></li>
|
<li><a href="https://docs.openstack.org/devstack/latest/">DevStack Create a development environment based on the latest code</a></li>
|
||||||
<li><a href="https://github.com/openstack/packstack/blob/master/docs/packstack.rst">PackStack A simple Puppet driven installation of OpenStack</a></li>
|
<li><a href="https://github.com/openstack/packstack/blob/master/docs/packstack.rst">PackStack A simple Puppet driven installation of OpenStack</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -47,6 +47,6 @@ redirect 301 /api-ref-share-v1.html /api-ref/shared-file-system/index.html
|
|||||||
# Redirect "shared-file-systems" (plural) links to official "shared-file-system" (singular)
|
# Redirect "shared-file-systems" (plural) links to official "shared-file-system" (singular)
|
||||||
redirectmatch 301 /api-ref/shared-file-systems/(.*) /api-ref/shared-file-system/$1
|
redirectmatch 301 /api-ref/shared-file-systems/(.*) /api-ref/shared-file-system/$1
|
||||||
# Redirect Telemetry (ceilometer only) API
|
# Redirect Telemetry (ceilometer only) API
|
||||||
redirect 301 /api-ref-telemetry-v2.html http://docs.openstack.org/developer/ceilometer/webapi/v2.html
|
redirect 301 /api-ref-telemetry-v2.html https://docs.openstack.org/ceilometer/latest/webapi/v2.html
|
||||||
# Redirect senlin old service-type resource-cluster to clustering
|
# Redirect senlin old service-type resource-cluster to clustering
|
||||||
redirectmatch 301 /api-ref/resource-cluster/(.*) /api-ref/clustering/$1
|
redirectmatch 301 /api-ref/resource-cluster/(.*) /api-ref/clustering/$1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user