From cc67ca4728b9fa05a5b0ae10c0971c03151c1fee Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 24 Feb 2017 11:46:02 +0900 Subject: [PATCH] [www] add Redirect from renamed content Change-Id: I2094efda0f41a19eece04fd9687819cafa905fce Closes-Bug: #1667508 --- www/static/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/static/.htaccess b/www/static/.htaccess index b028793507..70f4052607 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -514,6 +514,10 @@ redirect 301 /cli-reference/keystone.html /developer/python-openstackclient/comm redirect 301 /cli-reference/openstack.html /developer/python-openstackclient/ redirect 301 /cli-reference/sahara.html /developer/python-openstackclient/plugin-commands.html#sahara +# Redirect changed directory name in the Contributor Guide +redirect 301 /contributor-guide/ui-text-guidelines.html /contributor-guide/ux-ui-guidelines/ui-text-guidelines.html +redirect 301 /contributor-guide/ui-text-guidelines /contributor-guide/ux-ui-guidelines + # Redirect any deploy guide project directory back to the current stable index redirectmatch 301 "^/project-deploy-guide/$" /project-deploy-guide/ocata/ redirectmatch 301 "^/project-deploy-guide/openstack-ansible/$" /project-deploy-guide/openstack-ansible/ocata/