Skip to content

Commit

Permalink
chore: update custom UI docs link (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Feb 16, 2023
1 parent d58560d commit 1444ff2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/welcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 1444ff2

Please sign in to comment.