From 1444ff23dbb1e4460ff942f565fb1d7d85a0704e Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Thu, 16 Feb 2023 10:59:57 +0100 Subject: [PATCH] chore: update custom UI docs link (#247) --- src/routes/welcome.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/welcome.ts b/src/routes/welcome.ts index 36265d9e..3648944f 100644 --- a/src/routes/welcome.ts +++ b/src/routes/welcome.ts @@ -75,7 +75,8 @@ export const createWelcomeRoute: RouteCreator = heading: "Custom UI", content: "Implementing these pages in your language and framework of choice is straightforward using our SDKs.", - action: "https://www.ory.sh/docs/guides/bring-your-user-interface", + action: + "https://www.ory.sh/docs/kratos/bring-your-own-ui/configure-ory-to-use-your-ui", target: "_blank", }), ].join("\n"),