Skip to content

Commit e80ef30

Browse files
committed
updated docs from src
1 parent 0334486 commit e80ef30

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/base-account/guides/sub-accounts/add-sub-accounts-to-onchainkit.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ import { GithubRepoCard } from "/snippets/GithubRepoCard.mdx"
66

77

88

9-
This guide will show you how to add Sub Accounts to your existing [OnchainKit](/onchainkit/getting-started) or [MiniKit](/wallet-app/build-with-minikit/quickstart) project.
9+
This guide will show you how to add Sub Accounts to your existing [OnchainKit](/onchainkit/getting-started) or [MiniKit](/base-app/build-with-minikit/quickstart) project.
1010

1111
Sub Accounts allow you to create a seamless user experience by skipping transaction confirmations,
1212
you can read more about it in the [Sub Accounts Intro Page](/smart-wallet/guides/sub-accounts).
1313

1414
Before you start, make sure you have checked the following guides:
1515

1616
- [OnchainKit Quickstart](/onchainkit/getting-started)
17-
- [MiniKit Quickstart](/wallet-app/build-with-minikit/quickstart)
17+
- [MiniKit Quickstart](/base-app/build-with-minikit/quickstart)
1818
- [OnchainKit Custom Providers](/onchainkit/config/supplemental-providers)
1919
- [Sub Accounts Intro Page](/smart-wallet/guides/sub-accounts)
2020

@@ -248,7 +248,7 @@ For OnchainKit, use `OnchainKitProvider` instead of `MiniKitProvider` as it's de
248248
After installing the dependencies as described [above](#override-the-default-coinbase-wallet-sdk-version),
249249
make sure your environment variables are up to date as per
250250
the [OnchainKit Quickstart](/onchainkit/getting-started)or
251-
[MiniKit Quickstart](/wallet-app/build-with-minikit/quickstart).
251+
[MiniKit Quickstart](/base-app/build-with-minikit/quickstart).
252252

253253
Then, you can run the app with the following command:
254254

docs/get-started/base.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Explore [all products](/get-started/products) and [use cases](/get-started/use-c
8181
<Card
8282
title="Build a Mini App"
8383
icon="bullhorn"
84-
href="/wallet-app/build-with-minikit/quickstart"
84+
href="/base-app/build-with-minikit/quickstart"
8585
>
8686
Mini Apps run directly inside the social feed: Make your existing app a Mini
8787
App or build a new one.

0 commit comments

Comments
 (0)