Merge "[api] add redirect for translated quick-starts"
This commit is contained in:
commit
6ca05ddd1f
@ -440,6 +440,10 @@ redirect 301 /developer/nova/nova.concepts.html /developer/nova/
|
||||
|
||||
# Redirect API Quick Start after migration to RST
|
||||
redirect 301 /api/quick-start/content/ http://developer.openstack.org/api-guide/quick-start/
|
||||
redirect 301 /de/api/quick-start/content/ http://developer.openstack.org/de/api-guide/quick-start/
|
||||
redirect 301 /ja/api/quick-start/content/ http://developer.openstack.org/ja/api-guide/quick-start/
|
||||
redirect 301 /ko_KR/api/quick-start/content/ http://developer.openstack.org/ko_KR/api-guide/quick-start/
|
||||
redirect 301 /zh_CN/api/quick-start/content/ http://developer.openstack.org/zh_CN/api-guide/quick-start/
|
||||
|
||||
# Redirect old releases content to new location
|
||||
redirectmatch 301 "^/releases.*$" http://releases.openstack.org$1
|
||||
|
Loading…
Reference in New Issue
Block a user