Skip to content

Commit 9408ac9

Browse files
committed
Fix broken links
1 parent 3a63160 commit 9408ac9

Some content is hidden

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

56 files changed

+716
-400
lines changed

embedded-wallets/authentication/README.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Embedded Wallets supports a wide range of authentication options, enabling devel
2323

2424
### Native Email & SMS Login
2525

26-
Provides passwordless login via one-time passcodes (OTP)/ magic links sent to the user's [email address](/authentication/basic-logins/email-passwordless) or [phone number](/authentication/basic-logins/sms-otp). This method is widely accessible and especially useful for onboarding users unfamiliar with Web3 or crypto wallets.
26+
Provides passwordless login via one-time passcodes (OTP)/ magic links sent to the user's [email address](/embedded-wallets/authentication/basic-logins/email-passwordless) or [phone number](/embedded-wallets/authentication/basic-logins/sms-otp). This method is widely accessible and especially useful for onboarding users unfamiliar with Web3 or crypto wallets.
2727

2828
### External Wallets
2929

30-
Users can also authenticate using [third-party wallets](/authentication/basic-logins/external-wallets) such as MetaMask and other WalletConnect supported wallets. Developers can select which wallets to display via the Embedded Wallets Dashboard, providing tailored options based on user preference or regional relevance.
30+
Users can also authenticate using [third-party wallets](/embedded-wallets/authentication/basic-logins/external-wallets) such as MetaMask and other WalletConnect supported wallets. Developers can select which wallets to display via the Embedded Wallets Dashboard, providing tailored options based on user preference or regional relevance.
3131

3232
### OAuth and Social Login
3333

embedded-wallets/authentication/basic-logins/email-passwordless.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ const web3AuthContextConfig: Web3AuthContextConfig = {
9696
export default web3AuthContextConfig
9797
```
9898

99-
Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
99+
Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.

embedded-wallets/authentication/basic-logins/sms-otp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ const web3AuthContextConfig: Web3AuthContextConfig = {
9696
export default web3AuthContextConfig
9797
```
9898

99-
Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
99+
Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.

embedded-wallets/authentication/custom-connections/auth0.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Follow these steps to create an Auth0 connection:
114114

115115
Since, the `Auth0 Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
116116

117-
> Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
117+
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
118118
119119
### Web
120120

@@ -180,7 +180,7 @@ private fun signIn() {
180180
}
181181
```
182182

183-
When connecting, the `login` function takes the LoginParams arguments for the login. See the [LoginParams](/sdk/android/usage#parameters) for more details.
183+
When connecting, the `login` function takes the LoginParams arguments for the login. See the [LoginParams](/embedded-wallets/sdk/android/usage#parameters) for more details.
184184

185185
### Flutter
186186

@@ -239,7 +239,7 @@ Future<Web3AuthResponse> _withAuth0() {
239239
}
240240
```
241241

242-
Read more about initializing the Flutter SDK [here](/sdk/flutter/initialize).
242+
Read more about initializing the Flutter SDK [here](/embedded-wallets/sdk/flutter#initialize-web3auth).
243243

244244
### React Native
245245

embedded-wallets/authentication/custom-connections/aws-cognito.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Follow these steps to create a AWS Cognito connection:
7373

7474
Since, the `AWS Cognito Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
7575

76-
> Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
76+
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
7777
7878
### Login with AWS Cognito
7979

embedded-wallets/authentication/custom-connections/custom-jwt.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,15 @@ console.log(payload)
241241

242242
:::warning Facing issue with JWT?
243243

244-
Check out [**this troubleshooting page to fix those.**](/troubleshooting/jwt-errors)
244+
Check out [**this troubleshooting page to fix those.**](/embedded-wallets/troubleshooting/jwt-errors)
245245

246246
:::
247247

248248
## Usage
249249

250250
Since, the `Custom Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
251251

252-
> Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
252+
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
253253
254254
### Login with JWT
255255

embedded-wallets/authentication/custom-connections/firebase.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Follow these steps to create a Firebase connection:
114114

115115
Since, the `Firebase Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
116116

117-
> Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
117+
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
118118
119119
### Web
120120

@@ -200,7 +200,7 @@ private fun signIn() {
200200
}
201201
```
202202

203-
When connecting, the `login` function takes the LoginParams arguments for the login. See the [LoginParams](/sdk/android/usage#parameters) for more details.
203+
When connecting, the `login` function takes the LoginParams arguments for the login. See the [LoginParams](/embedded-wallets/sdk/android/usage#parameters) for more details.
204204

205205
### Flutter
206206

@@ -287,7 +287,7 @@ Future<Web3AuthResponse> _withJWT() async {
287287
}
288288
```
289289

290-
Read more about initializing the Flutter SDK [here](/sdk/flutter/initialize).
290+
Read more about initializing the Flutter SDK [here](/embedded-wallets/sdk/flutter#initialize-web3auth).
291291

292292
### React Native
293293

embedded-wallets/authentication/group-connections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Follow these steps:
7878

7979
Since, the `Group Connections` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
8080

81-
> Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
81+
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
8282
8383
<Tabs>
8484
<TabItem value="modal" label="Modal Connection">

embedded-wallets/authentication/social-logins/discord.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Follow these steps to create a Discord connection:
7373

7474
Since, the `Discord Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
7575

76-
> Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
76+
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
7777
7878
### Login with Discord
7979

embedded-wallets/authentication/social-logins/facebook.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Follow these steps to create a Facebook connection:
7878

7979
Since, the `Facebook Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
8080

81-
> Follow our [Quickstart Guide](/quick-start) to setup the basic flow.
81+
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
8282
8383
### Implicit Login with Facebook
8484

0 commit comments

Comments
 (0)