Skip to content

Commit e1d95c0

Browse files
committed
more link fixes
1 parent 19b7421 commit e1d95c0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

gator_versioned_docs/version-0.11.0/changelog/0.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ caveatBuilder.addCaveat("erc1155BalanceChange",
114114
- `aggregateSignature` function is now exposed in the toolkit, allowing
115115
multiple required signatures to be combined into a single aggregated signature.
116116
[Learn how to generate a multisig signature.](../how-to/generate-multisig-signature.md)
117-
- A new caveat, `multiTokenPeriod`, has been introduced to ensure that transfers involving multiple tokens remain within defined limits over specified time periods. See [`multiTokenPeriod`](../how-to/create-delegation/restrict-delegation.md#multitokenperiod) to learn more.
117+
- A new caveat, [`multiTokenPeriod`](../reference/caveats.md#multitokenperiod), has been introduced to ensure that transfers involving multiple tokens remain within defined limits over specified time periods.
118118
119119
## Contract addresses
120120

gator_versioned_docs/version-0.12.0/changelog/0.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ caveatBuilder.addCaveat("erc1155BalanceChange",
114114
- `aggregateSignature` function is now exposed in the toolkit, allowing
115115
multiple required signatures to be combined into a single aggregated signature.
116116
[Learn how to generate a multisig signature.](../how-to/generate-multisig-signature.md)
117-
- A new caveat, `multiTokenPeriod`, has been introduced to ensure that transfers involving multiple tokens remain within defined limits over specified time periods. See [`multiTokenPeriod`](../how-to/create-delegation/restrict-delegation.md#multitokenperiod) to learn more.
117+
- A new caveat, [`multiTokenPeriod`](../reference/caveats.md#multitokenperiod), has been introduced to ensure that transfers involving multiple tokens remain within defined limits over specified time periods.
118118
119119
## Contract addresses
120120

gator_versioned_docs/version-0.12.0/how-to/create-smart-account/configure-accounts-signers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ The number of signers in the signatories must be at least equal to the threshold
319319
## Configure a Stateless 7702 smart account
320320

321321
The [Stateless 7702 smart account](../../concepts/smart-accounts.md#stateless-7702-smart-account) represents an EOA that has been upgraded to support smart account
322-
functionality as defined by [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702). This implementation does not handle the upgrade process; see the [EIP-7702 quickstart](./../../get-started/7702-quickstart.md) to learn how to upgrade.
322+
functionality as defined by [EIP-7702](https://eips.ethereum.org/EIPS/eip-7702). This implementation does not handle the upgrade process; see the [EIP-7702 quickstart](./../../get-started/eip7702-quickstart.md) to learn how to upgrade.
323323

324324
To configure a Stateless 7702 smart account, provide the following parameters:
325325

wallet/how-to/connect-extension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ You can clone the repository and run the example locally using `npm i && npm run
447447

448448
After connecting to MetaMask directly, you can:
449449

450-
- [Detect, add, and switch networks](/wallet/how-to/manage-networks/detect-network.md).
451-
- [Send transactions](../how-to/send-transactions/index.md).
452-
- [Sign data](../how-to/sign-data/index.md).
453-
- [Display tokens, contract methods, and icons in MetaMask](/wallet/how-to/display/tokens.md).
450+
- [Detect, add, and switch networks](manage-networks/detect-network.md).
451+
- [Send transactions](send-transactions/index.md).
452+
- [Sign data](sign-data/index.md).
453+
- [Display tokens, contract methods, and icons in MetaMask](display/tokens.md).

0 commit comments

Comments
 (0)