Redirect missing project page for openstack-charms

Link is required for the project navigator

Change-Id: Iaf0718b56505927860081bb2504cc9fcc5bada52
This commit is contained in:
Frank Kloeker 2019-05-03 16:52:53 +02:00
parent fa5333bbb3
commit 7b6b2b5214
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/') }}