Updated .htaccess to correct redirect file name for api-specs to api-ref-guides

Change-Id: I16978bd51faff04fd2eb7bebf8df248c50aef02e
author: diane fleming
This commit is contained in:
Diane Fleming 2013-09-22 15:17:16 -05:00
parent f0fc3a6f50
commit 9bcca6673b
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# 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-guide.html
redirect 301 /api-specs.html /api-ref-guides.html