Skip to content

Commit

Permalink
fix: added redirects for broken links (Part 1) (#1498)
Browse files Browse the repository at this point in the history
Added redirects for broken links (Part 1)
  • Loading branch information
OryTiki authored Aug 10, 2023
1 parent a54d75b commit 31a3e89
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,31 @@
"source": "/docs/hydra/self-hosted/tracing",
"destination": "/docs/self-hosted/operations/tracing",
"permanent": false
},
{
"source": "/docs/hydra/hydra-index",
"destination": "/docs/hydra",
"permanent": false
},
{
"source": "/docs/hydra/sdk/hydra-sdk-api",
"destination": "/docs/hydra/reference/api",
"permanent": false
},
{
"source": "/docs/kratos/guides/react-native-login-registration",
"destination": "/docs/getting-started/integrate-auth/react-native",
"permanent": false
},
{
"source": "/docs/keto/engines/rbac",
"destination": "/docs/keto/guides/rbac",
"permanent": false
},
{
"source": "/docs/kratos/concepts",
"destination": "/docs/kratos",
"permanent": false
}
]
}

0 comments on commit 31a3e89

Please sign in to comment.