Redirect the Compute v2.0 and ext pages to 2.1 page

Change-Id: Iaae5ef4d9aec8c58bba24cf8f9c68ccbd1a0d3bb
Closes-bug: 1514213
This commit is contained in:
Anne Gentle 2016-02-20 13:22:23 -06:00
parent 6ec4e201fd
commit a1c1d70525

View File

@ -3,5 +3,8 @@ redirect 301 /api-reference.html /api-ref.html
redirect 301 /api-specs.html /api-ref-guides.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
redirect 301 /api-ref-compute-v2.html /api-ref-compute-v2.1.html
redirect 301 /api-ref-compute-v2-ext.html /api-ref-compute-v2.1.html
# Redirect plural databases file name to database
redirect 301 /api-ref-databases-v1.html /api-ref-database-v1.html