From fa3a60cab6b84dce0107a6eacf97ebdcbd2eab60 Mon Sep 17 00:00:00 2001 From: HusseinAdeiza Date: Sun, 26 Apr 2026 18:06:19 +0100 Subject: [PATCH] fix(docs): update broken apps link in verify-social-accounts guide Fixes #1308 The link to /apps/introduction/overview returns 404 because that page has 'hidden: true' in frontmatter. Updated to /apps which is publicly accessible and serves as the apps overview. --- 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..3c6f9cced 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) for broader app structure and lifecycle guidance.