Add website redirect to fix faqs -> faq issue (#12195)

This commit is contained in:
Jim Kalafut 2021-07-28 09:37:21 -07:00 committed by GitHub
parent 5789bead0b
commit 8602bcdc59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,11 @@ module.exports = [
destination: '/docs/concepts/seal.html',
permanent: true,
},
{
source: '/docs/enterprise/license/faqs',
destination: '/docs/enterprise/license/faq',
permanent: true,
},
{
source: '/docs/enterprise/hsm/configuration',
destination: '/docs/configuration/seal/pkcs11',