Skip to content

Commit 0ea41ce

Browse files
committed
fix broken links
1 parent 0a5176e commit 0ea41ce

22 files changed

Lines changed: 43 additions & 41 deletions

docs/sdk/mpc-core-kit/mpc-core-kit-js/authentication/login-jwt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
108108

109109
To login with a single verifier, you will require to create a custom verifier in the Web3Auth
110110
dashboard. If you haven't already created one,
111-
[learn how to create a verifier](/docs/auth-provider-setup/byo-jwt-provider/#set-up-custom-jwt-verifier).
111+
[learn how to create a verifier](/docs/authentication/custom-connections/custom-jwt#set-up-custom-jwt-connection).
112112

113113
```tsx
114114
import { JWTLoginParams } from "@web3auth/mpc-core-kit";

docs/sdk/mpc-core-kit/mpc-core-kit-react-native/authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ type AuthenticatorTransport = "ble" | "hybrid" | "internal" | "nfc" | "usb";
130130

131131
To login with a single verifier, you will require to create a custom verifier in the Web3Auth
132132
dashboard. If you haven't already created one,
133-
[learn how to create a verifier](/docs/auth-provider-setup/byo-jwt-provider/#set-up-custom-jwt-verifier).
133+
[learn how to create a verifier](/docs/authentication/custom-connections/custom-jwt#set-up-custom-jwt-connection).
134134

135135
```tsx
136136
const jwtLoginParams: JWTLoginParams = {

src/common/docs/android-connect-blockchain/_evm-interaction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import SendTransactionSnippet from "@site/src/common/docs/android-connect-blockc
99

1010
This doc assumes you have already setup your project in Web3Auth Dashboard, and have integrated
1111
Web3Auth in your Android app. If you haven't done that yet, you can learn how to
12-
[integrate Web3Auth in your Android app](/docs/sdk/pnp/android/).
12+
[integrate Web3Auth in your Android app](/docs/sdk/mobile/pnp/android/).
1313

1414
## Installation
1515

src/common/docs/flutter-connect-blockchain/_evm-interaction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import WriteContractSnippet from "@site/src/common/docs/flutter-connect-blockcha
1313

1414
This doc assumes you have already setup your project in Web3Auth Dashboard, and have integrated
1515
Web3Auth in your Flutter app. If you haven't done that yet, you can learn how to
16-
[integrate Web3Auth in your Flutter app](/docs/sdk/pnp/flutter/).
16+
[integrate Web3Auth in your Flutter app](/docs/sdk/mobile/pnp/flutter/).
1717

1818
## Installation
1919

src/common/docs/ios-connect-blockchain/_evm-interaction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import SendTransactionSnippet from "@site/src/common/docs/ios-connect-blockchain
99

1010
This doc assumes you have already setup your project in Web3Auth Dashboard, and have integrated
1111
Web3Auth in your iOS app. If you haven't done that yet, you can learn how to
12-
[integrate Web3Auth in your iOS app](/docs/sdk/pnp/ios/).
12+
[integrate Web3Auth in your iOS app](/docs/sdk/mobile/pnp/ios/).
1313

1414
## Installation
1515

src/common/guides/_setup-web3auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
If you haven't already, sign up on the Web3Auth platform. It is free and gives you access to the
44
Web3Auth's base plan. After the basic setup, explore other features and functionalities offered by
55
the Web3Auth Dashboard. It includes custom verifiers, whitelabeling, analytics, and more. Head to
6-
the [Web3Auth's documentation](/docs/dashboard-setup) page for detailed instructions on setting up
7-
the Web3Auth Dashboard.
6+
the [Web3Auth's documentation](/docs/dashboard) page for detailed instructions on setting up the
7+
Web3Auth Dashboard.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
If you haven't already, sign up on the Web3Auth platform. It is free and gives you access to the
22
Web3Auth's base plan. After the basic setup, explore other features and functionalities offered by
33
the Web3Auth Dashboard. It includes custom verifiers, whitelabeling, analytics, and more. Head to
4-
[Web3Auth's documentation](/docs/dashboard-setup) page for detailed instructions on setting up the
4+
[Web3Auth's documentation](/docs/dashboard) page for detailed instructions on setting up the
55
Web3Auth Dashboard.

src/pages/guides/android-wallet.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here are a few screenshots of the application.
4545
If you haven't already, sign up on the Web3Auth platform. It is free and gives you access to the
4646
Web3Auth's base plan. After the basic setup, explore other features and functionalities offered by
4747
the Web3Auth Dashboard. It includes custom verifiers, whitelabeling, analytics, and more. Head to
48-
[Web3Auth's documentation](/docs/dashboard-setup) page for detailed instructions on setting up the
48+
[Web3Auth's documentation](/docs/dashboard) page for detailed instructions on setting up the
4949
Web3Auth Dashboard.
5050

5151
## Integrating Web3Auth in Android
@@ -85,13 +85,13 @@ dependencies {
8585
```
8686

8787
For the prerequisites, and other mandatory configuration of the SDK, please head to our
88-
[installation documentation](/docs/sdk/pnp/android/install).
88+
[installation documentation](/docs/sdk/mobile/pnp/android/install).
8989

9090
### Initialization
9191

9292
After successfully installing the package, the next step is to initialize Web3Auth in your Android
9393
app. This sets up the necessary configurations using Client Id and prepares Web3Auth.
94-
[Learn more about Web3Auth Initialization](/docs/sdk/pnp/android/initialize).
94+
[Learn more about Web3Auth Initialization](/docs/sdk/mobile/pnp/android/initialize).
9595

9696
Since we are using the MVVM architecture for the wallet, along with dependency injection, we have
9797
defined a `Web3AuthHelper` to interact with a `Web3Auth` instance, which also makes it easier to
@@ -253,7 +253,7 @@ input. After successfully logging in, we'll generate and prepare the `Credential
253253
interact with the blockchain. Along with that, we'll retrieve user info, and navigate them to
254254
`HomeScreen`.
255255

256-
Learn more about [Web3Auth LoginParams](/docs/sdk/pnp/android/usage#parameters).
256+
Learn more about [Web3Auth LoginParams](/docs/sdk/mobile/pnp/android/usage#parameters).
257257

258258
```kotlin
259259
class MainViewModel(private val web3AuthHelper: Web3AuthHelper) : ViewModel() {
@@ -1177,5 +1177,6 @@ your wallet with Ethereum ecosystem support. The general idea of the guide can b
11771177
the blockchain ecosystem.
11781178

11791179
If you are interested in learning more about Web3Auth, please checkout our
1180-
[documentation for Android](/docs/sdk/pnp/android). You can find the code used for the guide on our
1180+
[documentation for Android](/docs/sdk/mobile/pnp/android). You can find the code used for the guide
1181+
on our
11811182
[examples repo](https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/android/android-playground).

src/pages/guides/browser-extension.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const web3auth = new Web3AuthNoModal({
182182
web3AuthNetwork: "sapphire_mainnet",
183183
});
184184

185-
// refer to https://web3auth.io/docs/sdk/pnp/web/adapters/auth to learn more about configuring the adapter
185+
// refer to https://web3auth.io/docs/sdk/web to learn more about configuring the adapter
186186
const privateKeyProvider = new EthereumPrivateKeyProvider({ config: { chainConfig } });
187187

188188
const authAdapter = new AuthAdapter({ privateKeyProvider });

src/pages/guides/erc20-paymaster.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are looking to use sponsored paymaster, you can refer to the
3939
Pimlico. You can get a free API key from [Pimlico Dashboard](https://dashboard.pimlico.io/).
4040
- Web3Auth Dashboard: If you haven't already, sign up on the Web3Auth platform. It is free and gives
4141
you access to the Web3Auth's base plan. Head to Web3Auth's documentation page for detailed
42-
[instructions on setting up the Web3Auth Dashboard](/docs/dashboard-setup).
42+
[instructions on setting up the Web3Auth Dashboard](/docs/dashboard).
4343
- Web3Auth PnP Web SDK: This guide assumes that you already know how to integrate the PnP Web SDK in
4444
your project. If not, you can learn how to
4545
[integrate Web3Auth in your Web app](/docs/sdk/pnp/web/).
@@ -80,7 +80,7 @@ we'll use the USDC token.
8080

8181
For the simplicity, we have only use `SafeSmartAccount`, but you choose your favorite smart account
8282
provider from the available ones.
83-
[Learn how to configure the smart account](/docs/sdk/pnp/web/providers/aa-provider#configure-smart-account-provider).
83+
[Learn how to configure the smart account](/docs/sdk/webaa-provider#configure-smart-account-provider).
8484

8585
```ts
8686
// focus-start
@@ -274,4 +274,4 @@ const transactionHash = receipt.receipt.transactionHash;
274274
Voila, you have successfully sent your first transaction using the Pimlico's ERC-20 paymaster with
275275
Web3Auth Account Abstraction Provider. To learn more about advance features of the Account
276276
Abstraction Provider like performing batch transactions, using sponsored paymaster you can refer to
277-
the [Account Abstraction Provider](/docs/sdk/pnp/web/providers/aa-provider) documentation.
277+
the [Account Abstraction Provider](/docs/sdk/webaa-provider) documentation.

0 commit comments

Comments
 (0)