diff --git a/packages/examples/packages/cronjobs/README.md b/packages/examples/packages/cronjobs/README.md index b92f89c3fc..ff32ba55a4 100644 --- a/packages/examples/packages/cronjobs/README.md +++ b/packages/examples/packages/cronjobs/README.md @@ -52,4 +52,4 @@ request: ``` For more information, you can refer to -[the end-to-end tests](./src/index.test.ts). +[the end-to-end tests](./src/index.test.tsx). diff --git a/packages/examples/packages/dialogs/README.md b/packages/examples/packages/dialogs/README.md index c5283cd302..259f5f122b 100644 --- a/packages/examples/packages/dialogs/README.md +++ b/packages/examples/packages/dialogs/README.md @@ -34,4 +34,4 @@ For the sake of simplicity, the methods do not accept any parameters, and return the value returned by `snap_dialog` directly. For more information, you can refer to -[the end-to-end tests](./src/index.test.ts). +[the end-to-end tests](./src/index.test.tsx). diff --git a/packages/examples/packages/ethers-js/README.md b/packages/examples/packages/ethers-js/README.md index 15a7a1be1f..fb72ead0a6 100644 --- a/packages/examples/packages/ethers-js/README.md +++ b/packages/examples/packages/ethers-js/README.md @@ -19,4 +19,4 @@ JSON-RPC methods: uses it to sign a `message`. For more information, you can refer to -[the end-to-end tests](./src/index.test.ts). +[the end-to-end tests](./src/index.test.tsx). diff --git a/packages/examples/packages/images/README.md b/packages/examples/packages/images/README.md index fec5fc002c..bf0f6d7b68 100644 --- a/packages/examples/packages/images/README.md +++ b/packages/examples/packages/images/README.md @@ -31,4 +31,4 @@ JSON-RPC methods: - `getCat` - Show an image of a random cat in a dialog. For more information, you can refer to -[the end-to-end tests](./src/index.test.ts). +[the end-to-end tests](./src/index.test.tsx). diff --git a/packages/examples/packages/notifications/README.md b/packages/examples/packages/notifications/README.md index 7a41d5520e..9f91314f27 100644 --- a/packages/examples/packages/notifications/README.md +++ b/packages/examples/packages/notifications/README.md @@ -31,4 +31,4 @@ JSON-RPC methods: - `native` - Send a desktop notification to the user. For more information, you can refer to -[the end-to-end tests](./src/index.test.ts). +[the end-to-end tests](./src/index.test.tsx). diff --git a/packages/examples/packages/signature-insights/README.md b/packages/examples/packages/signature-insights/README.md index dc1f1c499f..9311fe6a9f 100644 --- a/packages/examples/packages/signature-insights/README.md +++ b/packages/examples/packages/signature-insights/README.md @@ -48,4 +48,4 @@ The snap decodes the signature data and returns the decoded data as the signature insight. For more information, you can refer to -[the end-to-end tests](./src/index.test.ts). +[the end-to-end tests](./src/index.test.tsx). diff --git a/packages/examples/packages/transaction-insights/README.md b/packages/examples/packages/transaction-insights/README.md index 9460c14ba4..a5f97a0610 100644 --- a/packages/examples/packages/transaction-insights/README.md +++ b/packages/examples/packages/transaction-insights/README.md @@ -48,4 +48,4 @@ The snap decodes the transaction data and returns the decoded data as the transaction insight. For more information, you can refer to -[the end-to-end tests](./src/index.test.ts). +[the end-to-end tests](./src/index.test.tsx). diff --git a/packages/snaps-rollup-plugin/README.md b/packages/snaps-rollup-plugin/README.md index 1aa64f8d11..0ca1a2f180 100644 --- a/packages/snaps-rollup-plugin/README.md +++ b/packages/snaps-rollup-plugin/README.md @@ -1,6 +1,6 @@ # @metamask/snaps-rollup-plugin -A plugin for developing [MetaMask Snaps](https://docs.metamask.io/guide/snaps.html) using [Rollup](https://rollupjs.org/). This can be used as alternative to the `mm-snap` CLI `build` command. It transforms the bundle to fix common issues with SES. For a list of changes the plugin makes, you can refer to [the source code](../utils/src/post-process.ts). +A plugin for developing [MetaMask Snaps](https://docs.metamask.io/guide/snaps.html) using [Rollup](https://rollupjs.org/). This can be used as alternative to the `mm-snap` CLI `build` command. It transforms the bundle to fix common issues with SES. For a list of changes the plugin makes, you can refer to [the source code](../snaps-utils/src/post-process.ts). ## Installation diff --git a/packages/snaps-webpack-plugin/README.md b/packages/snaps-webpack-plugin/README.md index 6445233181..1c7205d510 100644 --- a/packages/snaps-webpack-plugin/README.md +++ b/packages/snaps-webpack-plugin/README.md @@ -1,6 +1,6 @@ # @metamask/snaps-webpack-plugin -A plugin for developing [MetaMask Snaps](https://docs.metamask.io/guide/snaps.html) using [Webpack](https://webpack.js.org/). This can be used as alternative to the `mm-snap` CLI `build` command. It transforms the bundle to fix common issues with SES. For a list of changes the plugin makes, you can refer to [the source code](../utils/src/post-process.ts). +A plugin for developing [MetaMask Snaps](https://docs.metamask.io/guide/snaps.html) using [Webpack](https://webpack.js.org/). This can be used as alternative to the `mm-snap` CLI `build` command. It transforms the bundle to fix common issues with SES. For a list of changes the plugin makes, you can refer to [the source code](../snaps-utils/src/post-process.ts). ## Installation