Skip to content

Commit 742565e

Browse files
committed
fix more broken links
1 parent 67a9fd7 commit 742565e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+184
-195
lines changed

docs/connect-blockchain/connect-blockchain.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ Once the authentication happens, the returned result from the Web3Auth network i
5050
provider to give a common interface to interact with the blockchain of your choice. Currently,
5151
Web3Auth supports the following private key providers for Web SDKs:
5252

53-
- [EIP1193 Private Key Provider](/sdk/pnp/web/providers/evm): For connecting to EVM based chains
54-
- [Solana Private Key Provider](/sdk/pnp/web/providers/solana): For connecting with Solana
55-
Blockchain
56-
- [XRPL Private Key Provider](/sdk/pnp/web/providers/xrpl): For connecting with XRPL Blockchain
57-
- [Common Private Key Provider](/sdk/pnp/web/providers/common): For connecting with any blockchain.
53+
- [EIP1193 Private Key Provider](/sdk/web/react): For connecting to EVM based chains
54+
- [Solana Private Key Provider](/sdk/web/react): For connecting with Solana Blockchain
55+
- [XRPL Private Key Provider](/sdk/web/react): For connecting with XRPL Blockchain
56+
- [Common Private Key Provider](/sdk/web/react): For connecting with any blockchain.
5857

5958
## MPC Core Kit Providers
6059

docs/features/account-dashboard.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Try now: [https://account.web3auth.io](https://account.web3auth.io)
1515
:::tip
1616

1717
To implement the Account Dashboard in your custom verifier-based dApp, please refer to the
18-
[Manage MFA for No Modal SDK](/sdk/pnp/web/no-modal/usage#manage-multi-factor-authentication-mfa)
19-
and [Manage MFA for Modal SDK](/sdk/pnp/web/modal/usage#manage-multi-factor-authentication-mfa)
18+
[Manage MFA for No Modal SDK](/sdk/web/react/#advanced-configuration) and
19+
[Manage MFA for Modal SDK](/sdk/pnp/web/modal/usage#manage-multi-factor-authentication-mfa)
2020
sections.
2121

2222
:::

docs/features/interoperability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To integrate in your dapp, visit the Top up Wallet page and setup the configurat
2929
application.
3030

3131
- [PnP Modal SDK](/sdk/pnp/web/modal/show-wallet-connect)
32-
- [PnP No Modal SDK](/sdk/pnp/web/no-modal/show-wallet-connect)
32+
- [PnP No Modal SDK](/sdk/web/react/#advanced-configuration)
3333

3434
:::
3535

docs/features/smart-accounts.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ finalized.
3838
:::note
3939

4040
Getting started is easy; you just have to select your preferred smart account provider, configure
41-
your bundler client, and integrate your paymaster.
42-
[See this link for the steps.](/sdk/pnp/web/providers/aa-provider)
41+
your bundler client, and integrate your paymaster. [See this link for the steps.](/sdk/web/react)
4342

4443
:::
4544

docs/features/topup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To integrate in your dapp, visit the Top up Wallet page and setup the configurat
4747
application.
4848

4949
- [PnP Modal SDK](/sdk/pnp/web/modal/initiate-topup)
50-
- [PnP No Modal SDK](/sdk/pnp/web/no-modal/initiate-topup)
50+
- [PnP No Modal SDK](/sdk/web/react/#advanced-configuration)
5151

5252
:::
5353

docs/features/wallet-ui.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ To integrate in your dapp, visit the Wallet Services section and setup the confi
4848
application.
4949

5050
- [PnP Web SDKs](/sdk/pnp/web/wallet-services/)
51-
- [PnP Android SDK](/sdk/pnp/android/usage#launch-wallet-services)
52-
- [PnP iOS SDK](/sdk/pnp/ios/usage#launch-wallet-services)
53-
- [PnP React Native SDK](/sdk/pnp/react-native/usage#launching-wallet-services-ui)
54-
- [PnP Flutter SDK](/sdk/pnp/flutter/usage#launch-wallet-services)
51+
- [PnP Android SDK](/sdk/mobile/pnp/android/usage#launch-wallet-services)
52+
- [PnP iOS SDK](/sdk/mobile/pnp/ios/usage#launch-wallet-services)
53+
- [PnP React Native SDK](/sdk/mobile/pnp/react-native/usage#launching-wallet-services-ui)
54+
- [PnP Flutter SDK](/sdk/mobile/pnp/flutter/usage#launch-wallet-services)
5555
- [PnP Unity SDK](/sdk/pnp/unity/usage#launch-wallet-services)
5656

5757
:::

docs/migration-guides/modal-v7-to-v8.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ introduced which can be used to define whether the network is testnet or not.
4545
:::note
4646

4747
From v8, parameters apart from `chainId`, `rpcTarget`, and `chainNamespace` are now optional. Please
48-
note, while using [Wallet Services](/docs/sdk/pnp/web/wallet-services) you have to also pass the
49-
optional parameters.
48+
note, while using [Wallet Services](/docs/sdk/web/react) you have to also pass the optional
49+
parameters.
5050

5151
:::
5252

docs/migration-guides/rn-v4-to-v5.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import Tabs from "@theme/Tabs";
2020
- Other than the above modifications, new parameters have been added to the `WhiteLabelData` object,
2121
like, `appUrl`, `useLogoLoader`, `tncLink` and `privacyPolicy`.
2222

23-
Please look at the [whitelabel](/sdk/pnp/react-native/whitelabel) section for `WhiteLabelData`
24-
interface.
23+
Please look at the [whitelabel](/sdk/mobile/pnp/react-native/whitelabel) section for
24+
`WhiteLabelData` interface.
2525

2626
<Tabs
2727
defaultValue="expo"

docs/sdk/mobile/pnp/react-native/account-abstraction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ token for ERC-20 paymasters, defining gas policies, and more.
9999
## Advanced Smart Account Operations
100100

101101
To learn more about supported transaction methods, and how to perform batch transactions,
102-
[checkout our detailed documentation of AccountAbstractionProvider](/docs/sdk/pnp/web/providers/aa-provider/#send-batch-transaction).
102+
[checkout our detailed documentation of AccountAbstractionProvider](/docs/sdk/web/react).

docs/sdk/mobile/pnp/react-native/custom-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Web3Auth Dashboard.
3434

3535
- dApp Share is only returned for Custom verifiers.
3636
- 2FA should be enabled for accounts using it. Use `mfaLevel = MFALevel.MANDATORY` in the
37-
`LoginParams` during login. See **[MFA](/sdk/pnp/react-native/mfa)** for more details.
37+
`LoginParams` during login. See **[MFA](/sdk/mobile/pnp/react-native/mfa)** for more details.
3838

3939
:::
4040

0 commit comments

Comments
 (0)