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:
parent
b04c695b2c
commit
092b9b3864
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user