Skip to content

Commit

Permalink
chore(docs): fix wrong links to Fuel Connectors (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Jul 18, 2024
1 parent 7e9d72a commit 7ac1fed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/docs/docs/dev/connecting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ As a user installs a wallet, you can listen for changes on the status of the `cu

<Examples.CheckWallet />

You can learn more about connectors and how they work to allow multiple wallet's [here](https://github.com/FuelLabs/fuels-wallet/wiki/Fuel-Wallet-Connectors)
You can learn more about connectors and how they work to allow multiple wallet's [here](https://github.com/FuelLabs/fuel-connectors/wiki)

## Requesting a Connection

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/dev/connectors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ category: For Developers

Fuel Wallet Connectors are an interface provided by wallet developers to allow your DApp to integrate with specific wallets.

You can learn more about how Fuel Wallet Connectors work, by reading the [Fuel Wallet Connectors](https://github.com/FuelLabs/fuels-wallet/wiki/Fuel-Wallet-Connectors) spec.
You can learn more about how Fuel Wallet Connectors work, by reading the [Fuel Connectors](https://github.com/FuelLabs/fuel-connectors/wiki) spec.

## Setup Fuel Wallet Connectors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
checkAddresses,
checkAriaLabelsContainsText,
connect,
waitSuccessTransaction
waitSuccessTransaction,
} from './utils';

useLocalCRX();
Expand Down

0 comments on commit 7ac1fed

Please sign in to comment.