diff --git a/www/.htaccess b/www/.htaccess index e087aa1ff1..523f808b85 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -297,10 +297,10 @@ redirectmatch 301 /infra/nodepool/feature/zuulv3(.*)$ https://zuul-ci.org/docs/n # Redirect https://docs.openstack.org/python-tempestconf to # https://docs.opendev.org/openinfra/python-tempestconf -{{ deep_links('/python-tempestconf', 'https://docs.opendev.org/openinfra/python-tempestconf/latest/$1') }} +{{ deep_links('/python-tempestconf', 'https://docs.opendev.org/openinfra/python-tempestconf/$1') }} # End redirect python-tempestconf # Redirect https://docs.openstack.org/refstack to # https://docs.opendev.org/openinfra/refstack -{{ deep_links('/refstack', 'https://docs.opendev.org/openinfra/refstack/latest/$1') }} +{{ deep_links('/refstack', 'https://docs.opendev.org/openinfra/refstack/$1') }} # End redirect refstack diff --git a/www/redirect-tests.txt b/www/redirect-tests.txt index 049e75da40..3e9cdc40d8 100644 --- a/www/redirect-tests.txt +++ b/www/redirect-tests.txt @@ -325,10 +325,10 @@ # Redirect https://docs.openstack.org/python-tempestconf to # https://docs.opendev.org/openinfra/python-tempestconf -{{ deep_links('/python-tempestconf', 'https://docs.opendev.org/openinfra/python-tempestconf/latest') }} +{{ deep_links('/python-tempestconf', 'https://docs.opendev.org/openinfra/python-tempestconf') }} # End redirect python-tempestconf # Redirect https://docs.openstack.org/refstack to # https://docs.opendev.org/openinfra/refstack -{{ deep_links('/refstack', 'https://docs.opendev.org/openinfra/refstack/latest') }} +{{ deep_links('/refstack', 'https://docs.opendev.org/openinfra/refstack') }} # End redirect refstack