From 7b6b2b52140bdc74caf476c4b795c266a74f8535 Mon Sep 17 00:00:00 2001 From: Frank Kloeker Date: Fri, 3 May 2019 16:52:53 +0200 Subject: [PATCH] Redirect missing project page for openstack-charms Link is required for the project navigator Change-Id: Iaf0718b56505927860081bb2504cc9fcc5bada52 --- www/.htaccess | 3 +++ www/redirect-tests.txt | 3 +++ 2 files changed, 6 insertions(+) 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/') }}