Merge "Redirect missing project page for openstack-charms"

This commit is contained in:
Zuul 2019-05-05 06:36:17 +00:00 committed by Gerrit Code Review
commit 560eb3e289
2 changed files with 6 additions and 0 deletions

View File

@ -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/') }}

View File

@ -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/') }}