From 8c468419ff344beb40f536e8f363c1c471e35481 Mon Sep 17 00:00:00 2001 From: Nepali123 <71873259+Nepali123@users.noreply.github.com> Date: Wed, 6 May 2026 14:53:56 +0545 Subject: [PATCH] Broken url fix in verify-social-accounts.mdx --- docs/base-account/guides/verify-social-accounts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/base-account/guides/verify-social-accounts.mdx b/docs/base-account/guides/verify-social-accounts.mdx index 861a1eb46..a04024ae6 100644 --- a/docs/base-account/guides/verify-social-accounts.mdx +++ b/docs/base-account/guides/verify-social-accounts.mdx @@ -432,7 +432,7 @@ function redirectToVerifyMiniApp(provider: string) { } ``` -After verification, the user returns to your `redirect_uri` with `?success=true`. Run the check again (step 3) and it now returns 200 with a token. If you're building for the Base app, see the [Apps overview](/apps/introduction/overview) for broader app structure and lifecycle guidance. +After verification, the user returns to your `redirect_uri` with `?success=true`. Run the check again (step 3) and it now returns 200 with a token. If you're building for the Base app, see the [Apps overview](/apps/quickstart/build-app) for broader app structure and lifecycle guidance.