From 967ebdecd98e4db4bf15d7f466a669e160c0e55e Mon Sep 17 00:00:00 2001 From: alelpoan <155192176+alelpoan@users.noreply.github.com> Date: Sun, 24 May 2026 18:02:58 +0300 Subject: [PATCH] docs: fix placeholder #TODO links in embed-passkeys guide --- src/pages/guide/use-accounts/embed-passkeys.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guide/use-accounts/embed-passkeys.mdx b/src/pages/guide/use-accounts/embed-passkeys.mdx index b8fa9ad4..ff7b510f 100644 --- a/src/pages/guide/use-accounts/embed-passkeys.mdx +++ b/src/pages/guide/use-accounts/embed-passkeys.mdx @@ -247,7 +247,7 @@ export const config = createConfig({ Now that you have created your first passkey account, you can now: - learn the [Best Practices](#best-practices) below -- follow a guide on how to [make a payment](#TODO), [create a stablecoin](#TODO), and [more](#TODO) with a passkey account. +- follow a guide on how to [make a payment](/guide/payments), [create a stablecoin](/guide/issuance), and [more](/guide/use-accounts) with a passkey account. ::::