Merge "Redirect outdated glossary to up-to-date version"

changes/07/342607/1
Jenkins 7 years ago committed by Gerrit Code Review
commit 5e85ab7e24

@ -174,5 +174,8 @@ redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/
# Redirect old releases content to new location
redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1
# Redirect outdated glossary to new location
redirectmatch 301 /glossary/content/glossary.html /user-guide/common/glossary.html
# Temporary redirect (307) until these guides are ready
redirectmatch 307 ^/mitaka/install-guide-debian/.*$ /mitaka/index.html

Loading…
Cancel
Save