Skip to content

Commit 3cafd3e

Browse files
feat(sdk): more link fixes
1 parent 73e9ef0 commit 3cafd3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/pages/smart-contracts/modular-account-v2/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const accountClient = await createModularAccountV2Client({
5757
We currently offer two variants of Modular Account v2: `default` and `7702`.
5858

5959
- (Recommended) `default` provides you with the cheapest, most flexible and advanced Smart Account
60-
- `7702` if you are looking for 7702 support, learn about how to set up and take adavantage of our EIP-7702 compliant account [here](/wallets/smart-contracts/modular-account-v2/using-7702)
60+
- `7702` if you are looking for 7702 support, learn about how to set up and take adavantage of our EIP-7702 compliant account [here](/wallets/transactions/using-eip-7702)
6161
:::
6262

6363
Want to enable social login methods? Set up your [Alchemy Signer](/wallets/signer/quickstart).

docs/pages/smart-contracts/modular-account-v2/using-7702.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const signer = LocalAccountSigner.privateKeyToAccountSigner(privateKey);
179179

180180
Congrats! You've now upgrading an existing embedded EOA to a smart account and sent your first sponsored transaction.
181181

182-
Now that you have an EOA successfully upgraded and a smart account client, you can use advanced features like batching transactions and more. Explore what else you can do with smart accounts [here](/docs/wallets/transactions/send/send-user-operations).
182+
Now that you have an EOA successfully upgraded and a smart account client, you can use advanced features like batching transactions and more. Explore what else you can do with smart accounts [here](/wallets/transactions/send-transactions).
183183

184184
## When can I use it?
185185

docs/pages/smart-contracts/other-accounts/modular-account/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ const accountClient = await createMultiOwnerModularAccountClient({
7272
});
7373
```
7474

75-
Next, if you want to use a different `signer` with a smart account signer, check out [choosing a signer](/wallets/signer/what-is-a-signer). Otherwise, if you are ready to get on-chain, go to [send user operations](/wallets/transactions/send/send-user-operations).
75+
Next, if you want to use a different `signer` with a smart account signer, check out [choosing a signer](/wallets/signer/what-is-a-signer). Otherwise, if you are ready to get on-chain, go to [send user operations](/wallets/transactions/send-transactions).
7676

7777
## Installing plugins
7878

7979
Modular Accounts follow the [ERC-6900](https://eips.ethereum.org/EIPS/eip-6900) standard for extensibility using plugins. Plugins can add new validation logic, execution capabilities, and hooks to your account, and can be installed or uninstalled via the account's Plugin Manager.
8080

81-
To learn how to add and remove plugins (for example, installing the Session Key Plugin), see the guide on [Installing & uninstalling plugins](/wallets/transactions/send/batch-user-operations).
81+
To learn how to add and remove plugins (for example, installing the Session Key Plugin), see the guide on [Installing & uninstalling plugins](/wallets/transactions/send-batch-transactions).

0 commit comments

Comments
 (0)