diff --git a/vercel.json b/vercel.json index dc7d3aa89..c4c35c739 100644 --- a/vercel.json +++ b/vercel.json @@ -1092,6 +1092,11 @@ "destination": "https://www.ory.com/docs/ecosystem/benchmark", "permanent": false }, + { + "source": "/docs/performance/hydra", + "destination": "https://www.ory.com/docs/oauth2-oidc", + "permanent": false + }, { "source": "/docs/cli", "destination": "/docs/guides/cli/installation", @@ -1112,6 +1117,11 @@ "destination": "/docs/hydra/reference/api", "permanent": false }, + { + "source": "/docs/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",