Skip to content

Commit a5897d7

Browse files
Fix broken links (#2120)
* Fix broken links * minor fixes
1 parent 5bf5207 commit a5897d7

File tree

23 files changed

+45
-60
lines changed

23 files changed

+45
-60
lines changed

delegation-toolkit/get-started/llm-context.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ sidebar_class_name: hidden
77

88
# Delegation Toolkit LLM context
99

10-
This website contains [`LLMs.txt`](/llms.txt) and [`LLMs-full.txt`](/llms-full.txt) files that are intended for use by large language models (LLMs).
11-
They provide information about the content and structure of the MetaMask Delegation Toolkit documentation,
10+
This website contains an [`LLMs.txt`](/llms.txt) file that is intended for use by large language models (LLMs).
11+
It provides information about the structure of the MetaMask developer documentation,
1212
to facilitate better indexing, summarization, and understanding by LLMs.
1313

14-
You can add these files to an LLM-based tool like [ChatGPT](https://chatgpt.com/) or [Cursor](https://docs.cursor.com/context/@-symbols/@-docs),
15-
to provide detailed context about the Delegation Toolkit.
14+
You can add this file to an LLM-based tool like [ChatGPT](https://chatgpt.com/) or [Cursor](https://docs.cursor.com/context/@-symbols/@-docs),
15+
to provide detailed context about the MetaMask developer documentation.

delegation-toolkit/how-to/create-smart-account/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem";
99
# Create a smart account
1010

1111
The MetaMask Delegation Toolkit is embedded, meaning that the end user can instantly interact with a dapp without wallet authorization, confirmations, or corporate logos.
12-
Enable users to create a [smart account](../concepts/smart-accounts) directly in your dapp.
12+
Enable users to create a [smart account](../../concepts/smart-accounts.md) directly in your dapp.
1313

1414
## Prerequisites
1515

docs/whats-new.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ of the [MetaMask developer page](https://metamask.io/developer/).
2121
([#1621](https://github.com/MetaMask/metamask-docs/pull/1621))
2222
- Documented [Solana](/wallet/how-to/use-non-evm-networks/solana) dapp support via the Wallet Standard and third-party libraries.
2323
([#1940](https://github.com/MetaMask/metamask-docs/pull/1940))
24-
- Documented [MetaMask SDK + Web3Auth SDK integration](/sdk/quickstart/javascript-web3auth).
24+
- Documented [MetaMask SDK + Web3Auth SDK integration](/sdk/connect/javascript-web3auth).
2525
([#2029](https://github.com/MetaMask/metamask-docs/pull/2029))
2626
- Added [Delegation Toolkit](/delegation-toolkit) to MetaMask documentation.
2727
([#2045](https://github.com/MetaMask/metamask-docs/pull/2045))
2828
- Documented [how to use the Snaps sandbox](/snaps/how-to/test-a-snap/#test-in-the-sandbox).
2929
([#2030](https://github.com/MetaMask/metamask-docs/pull/2030))
30-
- Documented how to use the SDK CLI to set up a [JavaScript + Wagmi](/sdk/quickstart/javascript-wagmi) or [Dynamic SDK](/sdk/quickstart/javascript-dynamic) project.
30+
- Documented how to use the SDK CLI to set up a [JavaScript + Wagmi](/sdk/connect/javascript-wagmi) or [Dynamic SDK](/sdk/connect/javascript-dynamic) project.
3131
([#2010](https://github.com/MetaMask/metamask-docs/pull/2010))
3232
- Documented [how to send batch transactions via EIP-5792 and EIP-7702](/wallet/how-to/send-transactions/send-batch-transactions).
3333
([#1946](https://github.com/MetaMask/metamask-docs/pull/1946))
@@ -45,9 +45,9 @@ of the [MetaMask developer page](https://metamask.io/developer/).
4545
- Documented [Ethereum Hoodi testnet](/services/get-started/endpoints/#ethereum) support. ([#1977](https://github.com/MetaMask/metamask-docs/pull/1977))
4646
- Documented [how to use deeplinks](/sdk/guides/use-deeplinks).
4747
([#1928](https://github.com/MetaMask/metamask-docs/pull/1928))
48-
- Documented [MetaMask SDK + Dynamic SDK integration](/sdk/quickstart/javascript-dynamic).
48+
- Documented [MetaMask SDK + Dynamic SDK integration](/sdk/connect/javascript-dynamic).
4949
([#1972](https://github.com/MetaMask/metamask-docs/pull/1972))
50-
- Documented [Snaps bundle analyzer option](/snaps/reference/cli/subcommands/#analyze).
50+
- Documented [Snaps bundle analyzer option](/snaps/reference/cli/#analyze).
5151
([#1955](https://github.com/MetaMask/metamask-docs/pull/1955))
5252

5353
## March 2025
@@ -100,7 +100,7 @@ of the [MetaMask developer page](https://metamask.io/developer/).
100100
([#1509](https://github.com/MetaMask/metamask-docs/pull/1509))
101101
- Documented [Scroll](/services/reference/scroll) support.
102102
([#1641](https://github.com/MetaMask/metamask-docs/pull/1641))
103-
- Updated [Wallet landing page](/wallet) and added [Connect to MetaMask](/wallet/how-to/connect) section
103+
- Updated [Wallet landing page](/wallet) and added [Connect to MetaMask](/wallet/how-to/connect-extension) section
104104
with SDK, third-party libraries, and Wallet API connection options.
105105
([#1494](https://github.com/MetaMask/metamask-docs/pull/1494))
106106
- Documented [`snap_getPreferences`](/snaps/reference/snaps-api/#snap_getpreferences).
@@ -206,7 +206,7 @@ of the [MetaMask developer page](https://metamask.io/developer/).
206206

207207
## March 2024
208208

209-
- Documented [Snaps `polyfills` configuration option](/snaps/reference/cli/options/#polyfills).
209+
- Documented [Snaps `polyfills` configuration option](/snaps/reference/config-options/#polyfills).
210210
([#1238](https://github.com/MetaMask/metamask-docs/pull/1238))
211211
- Documented [Snaps interactive UI](/snaps/features/custom-ui/interactive-ui).
212212
([#1166](https://github.com/MetaMask/metamask-docs/pull/1166))

gator_versioned_docs/version-0.11.0/changelog/0.11.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ caveatBuilder.addCaveat("erc1155BalanceChange",
113113
- `isValidSignature` function has been added to verify signatures from smart contract accounts.
114114
- `aggregateSignature` function is now exposed in the toolkit, allowing
115115
multiple required signatures to be combined into a single aggregated signature.
116-
[Learn how to generate a multisig signature](../how-to/generate-multisig-signature)
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#multitokenperiod) to learn more.
116+
[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.
118118
119119
## Contract addresses
120120

gator_versioned_docs/version-0.11.0/get-started/llm-context.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

gator_versioned_docs/version-0.11.0/how-to/create-smart-account/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from "@theme/TabItem";
99
# Create a smart account
1010

1111
The MetaMask Delegation Toolkit is embedded, meaning that the end user can instantly interact with a dapp without wallet authorization, confirmations, or corporate logos.
12-
Enable users to create a [smart account](../concepts/smart-accounts) directly in your dapp.
12+
Enable users to create a [smart account](../../concepts/smart-accounts.md) directly in your dapp.
1313

1414
## Prerequisites
1515

services/concepts/websockets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Credits are consumed for these actions to prevent spamming, even if no valuable
8686

8787
:::tip
8888

89-
Refer to the [credit cost table](../get-started/pricing/credit-cost.md) for more information about the
89+
Refer to the [credit cost table](../get-started/pricing/credit-cost.mdx) for more information about the
9090
credit costs associated with the relevant method calls.
9191

9292
For users on the existing request-based billing system, WebSocket activity is counted toward your daily request

services/get-started/pricing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This shift not only provides greater flexibility but also encourages efficient u
1313

1414
:::tip
1515

16-
View the [credit cost table](./credit-cost.md) for a breakdown of the cost for each method.
16+
View the [credit cost table](credit-cost.mdx) for a breakdown of the cost for each method.
1717

1818
:::
1919

@@ -24,7 +24,7 @@ credits toward your daily credit quota:
2424

2525
- [**WebSocket streaming**](../../concepts/websockets.md#pricing): Subscribing and unsubscribing to events consume credits from your
2626
daily quota. Each event received through a WebSocket connection also
27-
[consumes credits based on the event type](./credit-cost.md#subscription-events).
27+
[consumes credits based on the event type](credit-cost.mdx#subscription-events).
2828
WebSocket connections are severed once you reach your daily credit limit.
2929

3030
- [**Batch requests**](../../how-to/make-batch-requests.md): Each individual RPC call
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- `block`: (string) RLP of the block
22
- Optional tracing options object with the following fields:
3-
- `tracer`: (string) _[optional]_ type of tracer. Supports [`callTracer`](../debug/index.md#calltracer) or
4-
[`prestateTracer`](../debug/index.md#prestatetracer).
3+
- `tracer`: (string) _[optional]_ type of tracer. Supports `callTracer` or
4+
`prestateTracer`.
55
- `tracerConfig`: (object) _[optional]_ tracer configuration options:
66
- `onlyTopCall`: (boolean) _[optional]_ when `true`, will only trace the primary (top-level) call and not any
77
sub-calls. It eliminates the additional processing for each call frame.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Depending on the specified tracer type, returns a [`callTracer`](../debug/index.md#calltracer) object or
2-
[`prestateTracer`](../debug/index.md#prestatetracer) object.
1+
Depending on the specified tracer type, returns a `callTracer` object or
2+
`prestateTracer` object.

0 commit comments

Comments
 (0)