Merge "Redirect missing project page for openstack-charms"
This commit is contained in:
commit
560eb3e289
@ -123,6 +123,9 @@ redirectmatch 301 (.*)//(.*) $1/$2
|
||||
# Redirect api list
|
||||
{{ deep_links('/api', '/' + RELEASED_SERIES + '/api/') }}
|
||||
|
||||
# Redirect missing project page for openstack-charms
|
||||
{{ path_to_page('/openstack-charms', '/charm-guide/') }}
|
||||
|
||||
# Redirect old security index
|
||||
{{ path_to_page('/sec', '/security-guide/') }}
|
||||
{{ path_to_page('/security-guide/content', '/security-guide/') }}
|
||||
|
@ -140,6 +140,9 @@
|
||||
# Redirect api list
|
||||
{{ path_to_released_series('/api', '/api/') }}
|
||||
|
||||
# Redirect missing project page for openstack-charms
|
||||
{{ path_to_page('/openstack-charms', '/charm-guide/') }}
|
||||
|
||||
# Redirect old security index
|
||||
{{ path_to_page('/sec', '/security-guide/') }}
|
||||
{{ path_to_page('/security-guide/content', '/security-guide/') }}
|
||||
|
Loading…
Reference in New Issue
Block a user