Fix typo in DocBook HA Guide redirect

Redirect properly the old high-availability-guide to ha-guide.

Change-Id: I67d312f5b74595b88a6e0e4dc97625d69b30cb1d
This commit is contained in:
Andreas Jaeger 2015-10-26 21:45:36 +01:00
parent bdf996c3fb
commit aaf5670e55

View File

@ -45,7 +45,7 @@ redirect 301 /trunk/openstack-image/content/ /image-guide/content
# Redirecting HA Guide to new location
redirect 301 /trunk/openstack-ha/content/ /ha-guide
redirectmatch 301 /high-availabilty-guide/.*$ /ha-guide/index.html
redirectmatch 301 /high-availability-guide/.*$ /ha-guide/index.html
# Redirecting security guide to new location
redirectmatch 301 /trunk/openstack-security/content/.*$ /security-guide/index.html