Skip to content

Commit 0f1dac5

Browse files
authored
Update launch-checklist.mdx (#441)
* Update launch-checklist.mdx Fix broken links from recent IA changes * Update launch-checklist.mdx
1 parent 1f934af commit 0f1dac5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/mini-apps/quickstart/launch-checklist.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,37 +16,37 @@ Base Build unlocks Builder Rewards, boosts your chances of being featured, provi
1616

1717
Authenticate when it unlocks value, not before. Fast, optional sign‑in keeps momentum and lets users act the moment onchain interactions are needed.
1818

19-
<Card title="Authentication" icon="user" href="/mini-apps/features/Authentication" />
19+
<Card title="Authentication" icon="user" href="/mini-apps/core-concepts/authentication" />
2020

2121
## Manifest
2222

2323
Your manifest powers saving, discovery, and rich embeds. A strong manifest includes complete fields, valid assets, and `noindex: true` during testing.
2424

25-
<Card title="Sign Your Manifest" icon="signature" href="/mini-apps/features/sign-manifest" />
25+
<Card title="Sign Your Manifest" icon="signature" href="/mini-apps/core-concepts/manifest" />
2626

2727
## Embeds & Previews
2828

2929
Distribution starts in the feed: compelling previews with a clear image and launch button turn impressions into launches.
3030

31-
<Card title="Embeds & Previews" icon="image" href="/mini-apps/features/embeds-and-previews" />
31+
<Card title="Embeds & Previews" icon="image" href="/mini-apps/core-concepts/embeds-and-previews" />
3232

3333
## Search & Discovery
3434

3535
Be found across surfaces: set a primary category, share once to trigger indexing, and keep assets valid to appear in search and categories.
3636

37-
<Card title="Search & Discovery" icon="magnifying-glass" href="/mini-apps/features/search-and-discovery" />
37+
<Card title="Search & Discovery" icon="magnifying-glass" href="/mini-apps/technical-guides/search-and-discovery" />
3838

3939
## Sharing & Social Graph
4040

4141
Design for social lift: native share flows and social navigation turn single‑player moments into threads and returns.
4242

43-
<Card title="Sharing & Social Graph" icon="share" href="/mini-apps/features/sharing-and-social-graph" />
43+
<Card title="Sharing & Social Graph" icon="share" href="/mini-apps/technical-guides/sharing-and-social-graph" />
4444

4545
## Notifications (coming soon)
4646

4747
Re‑engage saved users with relevant, rate‑limited notifications at the right moments.
4848

49-
<Card title="Notifications" icon="bell" href="/mini-apps/features/notifications" />
49+
<Card title="Notifications" icon="bell" href="/mini-apps/core-concepts/notifications" />
5050

5151
## UX Best Practices
5252

0 commit comments

Comments
 (0)