We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58560d commit 1444ff2Copy full SHA for 1444ff2
src/routes/welcome.ts
@@ -75,7 +75,8 @@ export const createWelcomeRoute: RouteCreator =
75
heading: "Custom UI",
76
content:
77
"Implementing these pages in your language and framework of choice is straightforward using our SDKs.",
78
- action: "https://www.ory.sh/docs/guides/bring-your-user-interface",
+ action:
79
+ "https://www.ory.sh/docs/kratos/bring-your-own-ui/configure-ory-to-use-your-ui",
80
target: "_blank",
81
}),
82
].join("\n"),
0 commit comments