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:
yanghuichan 2017-09-06 11:18:49 +08:00 committed by Andreas Jaeger
parent 551cfeeeec
commit 18f3bbc157
4 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ Make it durable
.. todo:: Explain how to get objects back out again.
.. 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.

View File

@ -38,7 +38,7 @@ volumes, compute instances, networking topology, and security policies.
available; ask your support team for assistance.
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.
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
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
------------------------

View File

@ -50,7 +50,7 @@
</ul>
<h3>Private Installations</h3>
<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>
</ul>
</div>

View File

@ -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)
redirectmatch 301 /api-ref/shared-file-systems/(.*) /api-ref/shared-file-system/$1
# 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
redirectmatch 301 /api-ref/resource-cluster/(.*) /api-ref/clustering/$1