Skip to content

Commit 5d16192

Browse files
committed
fix all broken links + warnings
ZERO broken links
1 parent 8078dc3 commit 5d16192

File tree

26 files changed

+40
-172
lines changed

26 files changed

+40
-172
lines changed

docs/connect-blockchain/connect-blockchain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ blockchain. Providers take JSON-RPC requests and return the response. This is no
1515
submitting the request to an HTTP or IPC socket-based server. With Web3Auth, you get two types of
1616
providers, depending on the product you use:
1717

18-
1. [Shamir Secret Sharing based Private Key Providers](#private-key-providers-pnp--sfa)
18+
1. [Shamir Secret Sharing based Private Key Providers](#for-web3auth-pnp-web-sdk)
1919
2. [Threshold Signature Scheme based MPC Providers](#mpc-core-kit-providers)
2020

2121
## Web3Auth is Chain Agnostic

docs/features/external-wallets.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,3 @@ products, enhancing Web3Auth’s flexibility and reach.
3333
Using the `@web3auth/web3auth-wagmi-connector`, developers can incorporate Web3Auth into WAGMI’s
3434
React Hooks for Ethereum. This connector supports the Plug and Play Web SDKs of Web3Auth, enabling
3535
integration with products like RainbowKit, ConnectKit, and Web3Modal.
36-
37-
:::tip
38-
39-
You can follow this guide to integrate [Web3Auth Wagmi Connector](/sdk/pnp/web/wagmi-connector)
40-
within your dApp.
41-
42-
For highly customised integrations, you can follow the source code of the
43-
[`@web3auth/web3auth-wagmi-connector`](https://github.com/Web3Auth/web3auth-wagmi-connector) to
44-
create your own Wagmi Connector.
45-
46-
:::

docs/features/interoperability.mdx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ description: "Interoperability | Documentation - Web3Auth"
88
Web3Auth Wallet Services' interoperability feature is designed to provide users and developers with
99
a fluid, cohesive blockchain experience. We offer interoperability via
1010

11-
- **Ecosystem Wallets:** Build your own wallet ecosystem that dApps can seamlessly integrate with.
12-
Users on any of dApps that integrate your wallet ecosystem will have a unified account. This
13-
allows users to access and utilize their assets and NFTs across multiple dApps within your
14-
ecosystem. To learn more, see [here](./ecosystem-wallets).
15-
1611
- **WalletConnect Support:** Web3Auth enhances interoperability by integrating with WalletConnect.
1712
This integration enables users of Web3Auth to connect their wallets to a vast array of dApps such
1813
as NFT marketplaces, DeFi, etc.

docs/features/mpc.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ description: "Multi-Party Computation | Documentation - Web3Auth"
66

77
import KeyManagementDark from "@site/static/images/key-management-dark.png";
88
import KeyManagementLight from "@site/static/images/key-management-light.png";
9-
import { mpccorekitjs } from "@site/src/components/SDKReferenceCards";
9+
import { mpccorekit } from "@site/src/components/SDKReferenceCards";
1010

1111
Multi-Party Computation (MPC) forms the backbone of Web3Auth's advanced wallet infrastructure,
1212
offering a secure and non-custodial way to manage digital assets. This document provides a
1313
high-level overview, with links to more in-depth technical documentation for those who wish to
1414
explore further.
1515

16-
{mpccorekitjs}
16+
{mpccorekit}
1717

1818
## Understanding MPC in Web3Auth
1919

docs/features/wallet-ui.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ However, you can use this feature for projects on `sapphire_devnet` for free.
2020

2121
## UI components
2222

23-
- **Fiat On-Ramps:** Let users purchase crypto directly with localised on-ramps.
23+
- **Fiat On-Ramps:** Let users purchase crypto directly with localized on-ramps.
2424

2525
- **Assets Display:** Show balances, tokens, NFTs, and other digital assets in a clean,
2626
user-friendly layout.
@@ -52,6 +52,6 @@ application.
5252
- [PnP iOS SDK](/sdk/mobile/pnp/ios/usage#launch-wallet-services)
5353
- [PnP React Native SDK](/sdk/mobile/pnp/react-native/usage#launching-wallet-services-ui)
5454
- [PnP Flutter SDK](/sdk/mobile/pnp/flutter/usage#launch-wallet-services)
55-
- [PnP Unity SDK](/sdk/pnp/unity/usage#launch-wallet-services)
55+
- [PnP Unity SDK](/sdk/gaming/unity/usage#launch-wallet-services)
5656

5757
:::

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

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

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

123123
:::
124124

docs/migration-guides/sfa-android-v1.2.0-to-v2.0.0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In v2, we try to improve the developer experience by renaming the `SFAParams` to
1515
It has been renamed to align with naming conventions across Web3Auth SDKs. Along with this, there
1616
has been change in the positional parameter.
1717

18-
[Checkout Web3AuthOptions for available parameters](/docs/sdk/sfa/sfa-android/initialize#parameters).
18+
[Checkout Web3AuthOptions for available parameters](/docs/sdk/mobile/sfa/android/initialize#parameters).
1919

2020
```kotlin
2121
// remove-start

docs/migration-guides/sfa-android-v2-to-v3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ SDK. The guide outlines significant changes and enhancements.
1313

1414
In v3, the `initialize` method will now return void upon successful initialization instead of
1515
returning `SessionData`. After successful initialization, you can use the
16-
[getSessionData](/docs/sdk/sfa/sfa-android/usage/#get-session-data) method to check if the user is
17-
logged in or not.
16+
[getSessionData](/docs/sdk/mobile/sfa/android/usage/#get-session-data) method to check if the user
17+
is logged in or not.
1818

1919
```kotlin
2020
val initializeCF = singleFactoreAuth.initialize(this.applicationContext)

docs/migration-guides/sfa-ios-v8-to-v9.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ renamed couple of constructor parameters.
3232
- `web3AuthClientId` is renamed to `clientId`.
3333
- `network` is renamed to `web3AuthNetwork`.
3434

35-
[Checkout Web3AuthOptions for available parameters](/docs/sdk/sfa/sfa-ios/initialize#parameters).
35+
[Checkout Web3AuthOptions for available parameters](/docs/sdk/mobile/sfa/ios/initialize#parameters).
3636

3737
```swift
3838
// remove-start

docs/resources/mfa-best-practices.mdx

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)