From 18f3bbc157a5480aad895d90463d12e4b1ccb20d Mon Sep 17 00:00:00 2001 From: yanghuichan Date: Wed, 6 Sep 2017 11:18:49 +0800 Subject: [PATCH] Fix wrong links Fix wrong links Some docs links have changed. We should update the wrong links in our codes. Change-Id: Id2ec3de25b08a607ec39cd1bdabcb72be9a3c434 --- firstapp/source/durability.rst | 2 +- firstapp/source/orchestration.rst | 4 ++-- www/index.html | 2 +- www/static/.htaccess | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/firstapp/source/durability.rst b/firstapp/source/durability.rst index 3e57c2e7e..957cc06c4 100644 --- a/firstapp/source/durability.rst +++ b/firstapp/source/durability.rst @@ -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. diff --git a/firstapp/source/orchestration.rst b/firstapp/source/orchestration.rst index 99c3381e0..879d484c4 100644 --- a/firstapp/source/orchestration.rst +++ b/firstapp/source/orchestration.rst @@ -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 `_, +`HOT templating language `_, 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 `_. +`Heat Orchestration Template (HOT) Guide `_. Work with stacks: Basics ------------------------ diff --git a/www/index.html b/www/index.html index 319422bdf..0b38f6afe 100644 --- a/www/index.html +++ b/www/index.html @@ -50,7 +50,7 @@

Private Installations

diff --git a/www/static/.htaccess b/www/static/.htaccess index a418f671a..b7a974780 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -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