Skip to content

Commit

Permalink
missed link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Aug 20, 2024
1 parent 9cdb095 commit e0a4494
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion wallet/how-to/use-sdk/3rd-party-libraries/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:

# Use MetaMask SDK with third-party libraries

Use [MetaMask SDK](../../../concepts/sdk/index.md) with the following third-party libraries:
Use MetaMask SDK with the following third-party libraries:

- [Web3-Onboard](web3-onboard.md)
- [Wagmi](wagmi.md)
8 changes: 4 additions & 4 deletions wallet/how-to/use-sdk/3rd-party-libraries/wagmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ tags:
[Wagmi](https://wagmi.sh/) is a powerful and efficient React Hooks library designed to streamline
dapp development by simplifying Ethereum interactions.

You can integrate [MetaMask SDK](../../../concepts/sdk/index.md) into your dapp alongside Wagmi,
You can integrate [MetaMask SDK](../index.md) into your dapp alongside Wagmi,
using the MetaMask connector with Wagmi, to enable your users to seamlessly and securely connect to
the MetaMask browser extension and MetaMask Mobile.

## Prerequisites

- Ensure you have a basic understanding of Ethereum smart contracts and React Hooks.
- Set up a project with [Wagmi](https://wagmi.sh/react/getting-started).
- Create an Infura API key and allowlist to [make read-only requests](../javascript/make-read-only-requests.md).
- Create an Infura API key and allowlist to [make read-only requests](../../make-read-only-requests.md).

## Steps

Expand All @@ -46,7 +46,7 @@ This option is required when configuring the MetaMask connector with Wagmi.
#### Infura API key

We recommend specifying the [`infuraAPIKey`](../../../reference/sdk-js-options.md#infuraapikey)
option to [make read-only requests](../javascript/make-read-only-requests.md) using the Infura API.
option to [make read-only requests](../../make-read-only-requests.md) using the Infura API.
Read more about the [benefits of using the Infura API with Wagmi](#benefits-of-using-the-infura-api-with-wagmi).

#### Universal links
Expand Down Expand Up @@ -122,7 +122,7 @@ These are some errors that might occur in mobile environments:

To overcome this limitation in mobile dapps that rely on a continuous connection with MetaMask,
use the Infura API to make read-only requests.
You can do this by [configuring the SDK with an Infura API key](#2-configure-the-sdk).
You can do this by [configuring the SDK with an Infura API key](#2-configure-wagmi-with-the-metamask-connector).
This approach offloads the read operations to Infura's nodes, reducing the load on your own
infrastructure and ensuring high availability and reliability, independent of the user's wallet connection.

Expand Down
2 changes: 1 addition & 1 deletion wallet/how-to/use-sdk/3rd-party-libraries/web3-onboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ of onboarding users into dapps.
It provides a smooth user interface, a variety of wallet integrations, and is highly customizable to
meet the needs of your dapp.

You can integrate [MetaMask SDK](../../../concepts/sdk/index.md) into your dapp alongside Web3-Onboard,
You can integrate [MetaMask SDK](../index.md) into your dapp alongside Web3-Onboard,
using the Web3-Onboard MetaMask module, to enable your users to seamlessly and securely connect to
the MetaMask browser extension and MetaMask Mobile.

Expand Down

0 comments on commit e0a4494

Please sign in to comment.