From 7ac1fedf43c849460358e82bed48f6521702fb96 Mon Sep 17 00:00:00 2001 From: Luiz Gomes <8636507+LuizAsFight@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:46:56 +0200 Subject: [PATCH] chore(docs): fix wrong links to Fuel Connectors (#1414) --- packages/docs/docs/dev/connecting.mdx | 2 +- packages/docs/docs/dev/connectors.mdx | 2 +- .../playwright/e2e/ForwardHalfCustomAsset.test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs/docs/dev/connecting.mdx b/packages/docs/docs/dev/connecting.mdx index 8ce735161..26384828c 100644 --- a/packages/docs/docs/dev/connecting.mdx +++ b/packages/docs/docs/dev/connecting.mdx @@ -23,7 +23,7 @@ As a user installs a wallet, you can listen for changes on the status of the `cu -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 diff --git a/packages/docs/docs/dev/connectors.mdx b/packages/docs/docs/dev/connectors.mdx index a2a443ee4..eb48bf5ed 100644 --- a/packages/docs/docs/dev/connectors.mdx +++ b/packages/docs/docs/dev/connectors.mdx @@ -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 diff --git a/packages/e2e-contract-tests/playwright/e2e/ForwardHalfCustomAsset.test.ts b/packages/e2e-contract-tests/playwright/e2e/ForwardHalfCustomAsset.test.ts index 92871b8a3..9450362cb 100644 --- a/packages/e2e-contract-tests/playwright/e2e/ForwardHalfCustomAsset.test.ts +++ b/packages/e2e-contract-tests/playwright/e2e/ForwardHalfCustomAsset.test.ts @@ -20,7 +20,7 @@ import { checkAddresses, checkAriaLabelsContainsText, connect, - waitSuccessTransaction + waitSuccessTransaction, } from './utils'; useLocalCRX();