diff --git a/www/.htaccess b/www/.htaccess index f817307958..ad72d5bd56 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -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/') }} diff --git a/www/redirect-tests.txt b/www/redirect-tests.txt index 7a690fef43..6bd658d2f6 100644 --- a/www/redirect-tests.txt +++ b/www/redirect-tests.txt @@ -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/') }}