Merge "add redirect for /releases to the new location"
This commit is contained in:
commit
09383d0625
@ -183,5 +183,8 @@ redirect 301 /developer/nova/nova.concepts.html /developer/nova/
|
|||||||
# Redirect API Quick Start after migration to RST
|
# Redirect API Quick Start after migration to RST
|
||||||
redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/quick-start/
|
redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/quick-start/
|
||||||
|
|
||||||
|
# Redirect old releases content to new location
|
||||||
|
redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1
|
||||||
|
|
||||||
# Temporary redirect (307) until these guides are ready
|
# Temporary redirect (307) until these guides are ready
|
||||||
redirectmatch 307 ^/liberty/install-guide-debian/.*$ /liberty/index.html
|
redirectmatch 307 ^/liberty/install-guide-debian/.*$ /liberty/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user