Add redirect for /docs/zuul/user/

We had a redirect for /docs/zuul/user/index.html but not /docs/zuul/user
and according to logs there is a non zero number of 404s for this
request.

Change-Id: Id99fb742e0cc1823def38a1bc1b675ffeefe7c32
This commit is contained in:
Clark Boylan 2020-02-21 09:31:51 -08:00
parent 7c71e733fb
commit 7a2843aa3e
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ redirectmatch 301 ^/docs/zuul/user/encryption.html /docs/zuul/discussion/encrypt
redirectmatch 301 ^/docs/zuul/user/gating.html /docs/zuul/discussion/gating.html
redirectmatch 301 ^/docs/zuul/user/howtos/cross-project-gating.html /docs/zuul/howtos/users/cross-project-gating.html
redirectmatch 301 ^/docs/zuul/user/howtos/pti.html /docs/zuul/howtos/users/pti.html
redirectmatch 301 ^/docs/zuul/user/ /docs/zuul/index.html
redirectmatch 301 ^/docs/zuul/user/index.html /docs/zuul/index.html
redirectmatch 301 ^/docs/zuul/user/jobs.html /docs/zuul/reference/jobs.html
redirectmatch 301 ^/docs/zuul/user/vulnerabilities.html /docs/zuul/reference/vulnerabilities.html