Skip to content

Commit c04fb6d

Browse files
committed
fix broken link
1 parent 98476fe commit c04fb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gator_versioned_docs/version-0.1.0/guides/advanced-permissions/execute-on-metamask-users-behalf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const sessionAccount = privateKeyToAccount("0x...");
9999
Currently, Advanced Permissions do not support automatically upgrading a MetaMask user's account to a [MetaMask smart account](../../concepts/smart-accounts.md). Therefore, you must
100100
ensure that the user is upgraded to a smart account before requesting Advanced Permissions.
101101

102-
If the user has not yet been upgraded, you can handle the upgrade [programmatically](/wallet/how-to/send-transactions/send-batch-transactions/#about-atomic-batch-transactions) or ask the
102+
If the user has not yet been upgraded, you can handle the upgrade [programmatically](/sdk/evm/connect/guides/javascript/send-transactions/batch-transactions) or ask the
103103
user to [switch to a smart account manually](https://support.metamask.io/configure/accounts/switch-to-or-revert-from-a-smart-account/#how-to-switch-to-a-metamask-smart-account).
104104

105105
:::info Why is a Smart Account upgrade is required?

0 commit comments

Comments
 (0)