Fix wrong URL for quick-start

https://docs.openstack.org/api-quick-start/ is the correct URL.

Change-Id: I7bab0951d994db18e5b2a8b74f27edc9946f2e14
This commit is contained in:
Andreas Jaeger 2019-10-08 19:39:34 +02:00
parent b04c695b2c
commit 092b9b3864
1 changed files with 3 additions and 3 deletions

View File

@ -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