From 092b9b3864a6510c05025648eb0f28e32e9f7145 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 8 Oct 2019 19:39:34 +0200 Subject: [PATCH] Fix wrong URL for quick-start https://docs.openstack.org/api-quick-start/ is the correct URL. Change-Id: I7bab0951d994db18e5b2a8b74f27edc9946f2e14 --- www/.htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/.htaccess b/www/.htaccess index 40353ad24..9092756d1 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -17,9 +17,9 @@ redirect 301 /api-ref/networking/v2-ext/ https://docs.openstack.org/api-ref/netw # Redirect from centralized API ref to API ref per project team # ------------------------------------------------------------- # Redirect for the new file name for complete reference page -redirect 301 /api-reference.html https://docs.openstack.org/api-guide-start/index.html -redirect 301 /api-specs.html https://docs.openstack.org/api-guide-start/index.html -redirect 301 /api-ref.html https://docs.openstack.org/api-guide-start/index.html +redirect 301 /api-reference.html https://docs.openstack.org/api-quick-start/index.html +redirect 301 /api-specs.html https://docs.openstack.org/api-quick-start/index.html +redirect 301 /api-ref.html https://docs.openstack.org/api-quick-start/index.html # Redirect Compute API reference v3 to v2.1 redirect 301 /api-ref-compute-v3.html https://docs.openstack.org/api-ref/compute/ # Redirect Compute API reference v2.0 to v2.1