We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8940182 commit e0aaa72Copy full SHA for e0aaa72
apps/web/app/(base-org-dark)/(builders)/build/onchainkit/CtaFooterSection.tsx
@@ -15,7 +15,7 @@ const copyText = 'npx create-onchain@latest';
15
const copyTextMinikit = 'npx create-onchain@latest --mini';
16
17
const ockDocsUrl = 'https://docs.base.org/onchainkit/getting-started';
18
-const miniDocsUrl = 'https://docs.base.org/mini-apps/overview';
+const miniDocsUrl = 'https://docs.base.org/mini-apps/quickstart/migrate-existing-apps';
19
20
export function ExploreDocsButton({
21
type = 'onchainkit',
0 commit comments