Skip to content

Commit

Permalink
docs: add credential doc redirects and fix session redirect (#1425)
Browse files Browse the repository at this point in the history
* docs:  add credential doc redirects and fix session redirect

* fix: source -> library
  • Loading branch information
Randall Morey authored Jul 29, 2021
1 parent 868a165 commit 02ff2db
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion website/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,17 @@ module.exports = [
},
{
source: '/help/admin-ui/sessions',
destination: '/docs/common-workflows/manage-sessions',
destination: '/docs/concepts/domain-model/sessions',
permanent: false,
},
{
source: '/help/admin-ui/credential-stores',
destination: '/docs/concepts/domain-model/credential-stores',
permanent: false,
},
{
source: '/help/admin-ui/credential-libraries',
destination: '/docs/concepts/domain-model/credential-libraries',
permanent: false,
},

Expand Down

0 comments on commit 02ff2db

Please sign in to comment.