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
This commit is contained in:
Clark Boylan 2020-01-16 09:10:21 -08:00
parent 80f5eaf032
commit 05091928e5
1 changed files with 1 additions and 0 deletions

View File

@ -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