From 794d68f138f4afa53597330943dccdb651404985 Mon Sep 17 00:00:00 2001 From: Alexandra Settle Date: Thu, 6 Oct 2016 10:38:46 +0100 Subject: [PATCH] [www] update .htaccess to redirect to Newton docs Change-Id: Iee39250e1dc2c0a8431fda3b7d04e3746936d5ad --- www/static/.htaccess | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/static/.htaccess b/www/static/.htaccess index 52a1961a7e..e0013c7a54 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -20,7 +20,7 @@ redirect 301 /api/openstack-compute/1.1/ /api/openstack-compute/2/ redirect 301 /trunk/openstack-compute/admin/content/adding-images.html /cli-reference/content/chapter_cli-glance-property.html # Redirect config reference precisely -redirect 301 /trunk/openstack-compute/admin/content/compute-options-reference.html /mitaka/config-reference/compute/nova-conf.html +redirect 301 /trunk/openstack-compute/admin/content/compute-options-reference.html /newton/config-reference/compute/nova-conf.html redirect 301 /trunk/openstack-compute/starter/ /trunk/ @@ -32,8 +32,8 @@ redirect 301 /incubation/openstack-network/developer/quantum-api-1.0/content/ /a redirect 301 /trunk/openstack-compute/install/content /trunk/openstack-compute/install/yum/content # Redirecting trunk basic install to install guide -redirect 301 /trunk/basic-install/apt/content /mitaka/install-guide-ubuntu/ -redirect 301 /trunk/basic-install/yum/content /mitaka/install-guide-rdo/ +redirect 301 /trunk/basic-install/apt/content /newton/install-guide-ubuntu/ +redirect 301 /trunk/basic-install/yum/content /newton/install-guide-rdo/ # Redirecting trunk admin guides to admin-guide redirect 301 /trunk/openstack-block-storage/admin/content/ /admin-guide/ @@ -109,8 +109,8 @@ redirect 301 /api/openstack-image-service/2.0/content/appendix-b-http-patch-medi # Redirect /trunk/index.html to /index.html redirect 301 /trunk/index.html /index.html -# Redirect trunk/config-reference to mitaka/config-reference -redirectmatch 301 /trunk/config-reference/content/(.*) /mitaka/config-reference/index.html +# Redirect trunk/config-reference to newton/config-reference +redirectmatch 301 /trunk/config-reference/content/(.*) /newton/config-reference/index.html # Redirect trove install guide redirectmatch 301 "^/juno/install-guide/install/.*/ch_trove.html$" / @@ -433,7 +433,7 @@ redirect 301 /hot-guide/content/ /developer/heat/template_guide/ redirect 301 /hot-reference/content/ /developer/heat/template_guide/ # Redirect networking-guide since it is now versioned -redirect 301 /networking-guide/ /mitaka/networking-guide/ +redirect 301 /networking-guide/ /newton/networking-guide/ # Redirect nova/devref/ redirectmatch 301 ^/developer/nova/devref/(.+)$ /developer/nova/$1