From 1c3260c61b6cfadab741e75f8fcf2bff37a7b465 Mon Sep 17 00:00:00 2001 From: OryTiki Date: Thu, 10 Aug 2023 10:37:16 +0200 Subject: [PATCH] Added redirects for broken links (Part 1) --- vercel.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/vercel.json b/vercel.json index 4f34bea2f..4b73d2fbe 100644 --- a/vercel.json +++ b/vercel.json @@ -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 } ] }