From 2d58599dd9b2168e80bcc10d13d24ac05cdb36bd Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Mon, 29 Aug 2016 11:22:24 -0500 Subject: [PATCH] Adds redirect after other patch lands with new landing page Change-Id: I5b7e6c85c4770cf3c446bba401150967a78c18e9 --- www/static/.htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/static/.htaccess b/www/static/.htaccess index 5d8709d54..990795604 100644 --- a/www/static/.htaccess +++ b/www/static/.htaccess @@ -1,6 +1,7 @@ # Redirect for the new file name for complete reference page -redirect 301 /api-reference.html /api-ref.html +redirect 301 /api-reference.html /api-guide/quick-start/index.html redirect 301 /api-specs.html /api-ref-guides.html +redirect 301 /api-ref.html /api-guide/quick-start/index.html # Redirect Compute API reference v3 to v2.1 redirect 301 /api-ref-compute-v3.html /api-ref-compute-v2.1.html # Redirect Compute API reference v2.0 to v2.1