From 05091928e5cad705c81a067108f5cb52b5bde430 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 16 Jan 2020 09:10:21 -0800 Subject: [PATCH] Add client-user redirect This was missed in the earlier redirect additions because this file was deleted in the reorg and not renamed. However the old file included the content of a file that was renamed so we add a redirect to point to that new location. Change-Id: I83f4f4a30529f89f97a5b2ff9121fd327fba1407 --- www/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/www/.htaccess b/www/.htaccess index 00f6d72..26aebdc 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -102,6 +102,7 @@ redirectmatch 301 ^/docs/zuul/glossary.html /docs/zuul/reference/glossary.html redirectmatch 301 ^/docs/zuul/governance.html /docs/zuul/overview/governance.html redirectmatch 301 ^/docs/zuul/releasenotes.html /docs/zuul/overview/releasenotes.html redirectmatch 301 ^/docs/zuul/user/badges.html /docs/zuul/howtos/users/badges.html +redirectmatch 301 ^/docs/zuul/user/client-user.html /docs/zuul/reference/client.html redirectmatch 301 ^/docs/zuul/user/concepts.html /docs/zuul/discussion/concepts.html redirectmatch 301 ^/docs/zuul/user/config.html /docs/zuul/reference/config.html redirectmatch 301 ^/docs/zuul/user/encryption.html /docs/zuul/discussion/encryption.html