From 88857f068794ffd2b13b8da13731849f01f96bb1 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Thu, 17 May 2018 09:59:05 +0200 Subject: [PATCH] Add redirect monasca -> monasca-api https://docs.openstack.org/monasca should redirect to https://docs.openstack.org/monasca-api being the central landing page for Monasca documentation with references to documents in monasca-* repositories. https://www.openstack.org/community/ points at the moment to the non-existing https://docs.openstack.org/monasca Change-Id: Iab839c245bfd90b2e56f8172c1702f185c56ca0f --- www/.htaccess | 4 ++++ www/redirect-tests.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index be40aa138f..0a70d58039 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -215,3 +215,7 @@ redirectmatch 301 /infra/nodepool/feature/zuulv3(.*)$ /infra/nodepool$1 # Redirect from python-openstacksdk to openstacksdk {{ rename_project('python-openstacksdk', 'openstacksdk') }} # End redirect for openstacksdk + +# Redirect from monasca to monasca-api +{{ rename_project('monasca', 'moansca-api') }} +# End redirect for monasca-api diff --git a/www/redirect-tests.txt b/www/redirect-tests.txt index eaaccf2e37..86b7fe7b0b 100644 --- a/www/redirect-tests.txt +++ b/www/redirect-tests.txt @@ -244,3 +244,7 @@ # Redirect from python-openstacksdk to openstacksdk {{ rename_project('python-openstacksdk', 'openstacksdk') }} # End redirect for openstacksdk + +# Redirect from monasca to monasca-api +{{ rename_project('monasca', 'moansca-api') }} +# End redirect for monasca-api