Merge pull request #12799 from hashicorp/redirect-fix

docs: fixed redirect issue
This commit is contained in:
Karl Cardenas 2022-04-15 07:20:33 -07:00 committed by GitHub
commit 4c4e02af65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1262,6 +1262,7 @@ module.exports = [
{
source: '/api/:path*',
destination: '/api-docs/:path*',
permanent: true,
},
{
source: '/docs/agent/options',