mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Add website redirect to fix faqs -> faq issue (#12195)
This commit is contained in:
parent
5789bead0b
commit
8602bcdc59
1 changed files with 5 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue