Merge "Updates .htaccess to redirect Compute v3 to v2.1 and name change"

This commit is contained in:
Jenkins 2015-08-07 14:27:46 +00:00 committed by Gerrit Code Review
commit e796156159

View File

@ -1,3 +1,7 @@
# Redirect for the new file name for complete reference page
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 plural databases file name to database
redirect 301 /api-ref-databases-v1.html /api-ref-database-v1.html