You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -120,17 +121,18 @@ Refer to the [Consensys documentation style guide](https://docs-template.consens
120
121
121
122
Most links in the Markdown pages use *relative file paths*, for example:
122
123
123
-
```md title="Relative file path in Smart Accounts Kit docs"
124
+
```md
124
125
You can enable users to create a [MetaMask smart account](../../concepts/smart-accounts.md) directly in your dapp.
125
126
```
126
127
127
128
However, when linking between different product sections or using the `CardList` component, use *absolute URL paths*. For example:
128
129
129
-
```md title="Absolute URL path in Wallet API docs"
130
-
When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their externally owned account (EOA) to a [MetaMask smart account](/smart-accounts-kit/concepts/smart-accounts).
130
+
```md
131
+
When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their
132
+
externally owned account (EOA) to a [MetaMask smart account](/smart-accounts-kit/concepts/smart-accounts).
0 commit comments