Skip to content

Commit 3ae9489

Browse files
Fix broken links (#2278)
1 parent c12a5b4 commit 3ae9489

16 files changed

+34
-34
lines changed

embedded-wallets/sdk/js/advanced/custom-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You can only configure implicit login via modal, for JWT based logins, you need
4242

4343
For the modal custom authentication, you need to pass the `modalConfig` object to the `Web3AuthOptions` object within the constructor.
4444

45-
> **Read more about the `modalConfig` object in the [Whitelabel](../whitelabel) section.**
45+
> **Read more about the `modalConfig` object in the [Whitelabel](whitelabel.mdx) section.**
4646
4747
### Usage
4848

embedded-wallets/sdk/js/advanced/whitelabel.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ await web3auth.init()
245245

246246
For complete control over the authentication interface, you can bypass the Web3Auth modal entirely and use the `connectTo` function. This allows you to create custom buttons that connect directly to specific auth providers.
247247

248-
See the [Custom Authentication](../custom-authentication) section for detailed implementation instructions.
248+
See the [Custom Authentication](custom-authentication.mdx) section for detailed implementation instructions.

embedded-wallets/sdk/js/migration-guides/modal/v7-to-v10/custom-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem'
1313

1414
This guide focuses specifically on migrating custom authentication configurations from Web3Auth v7
1515
to v10. This covers the transition from "Verifiers" to "Connections" and "Grouped Connections". This
16-
is a supplementary guide to the main [v7 to v10 migration guide](../README.mdx).
16+
is a supplementary guide to the main [v7 to v10 migration guide](README.mdx).
1717

1818
## Overview
1919

@@ -180,5 +180,5 @@ client-side logic and provides a more robust way to manage authentication method
180180

181181
## Next Steps
182182

183-
Return to the main [v7 to v10 migration guide](../README) to continue with other
183+
Return to the main [v7 to v10 migration guide](README.mdx) to continue with other
184184
migration aspects like method name changes and initialization updates.

embedded-wallets/sdk/js/migration-guides/modal/v7-to-v10/external-wallets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem'
1111

1212
This guide focuses specifically on migrating external wallet adapter configurations from Web3Auth v7
1313
to v10. This is a supplementary guide to the main
14-
[v7 to v10 migration guide](../README.mdx).
14+
[v7 to v10 migration guide](README.mdx).
1515

1616
## Overview
1717

@@ -88,5 +88,5 @@ No configuration needed - everything works out of the box!
8888

8989
## Next Steps
9090

91-
Return to the main [v7 to v10 migration guide](../README.mdx) to continue with other
91+
Return to the main [v7 to v10 migration guide](README.mdx) to continue with other
9292
migration aspects.

embedded-wallets/sdk/js/migration-guides/modal/v7-to-v10/wallet-services.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem'
1010
# Web3Auth v10 Wallet Services Migration Guide
1111

1212
This guide focuses specifically on migrating Wallet Services functionality from Web3Auth v7 to v10.
13-
This is a supplementary guide to the main [v7 to v10 migration guide](../README.mdx).
13+
This is a supplementary guide to the main [v7 to v10 migration guide](README.mdx).
1414

1515
## Overview
1616

@@ -72,5 +72,5 @@ npm uninstall @web3auth/wallet-services-plugin
7272

7373
## Next Steps
7474

75-
Return to the main [v7 to v10 migration guide](../README.mdx) to continue with other
75+
Return to the main [v7 to v10 migration guide](README.mdx) to continue with other
7676
migration aspects.

embedded-wallets/sdk/js/migration-guides/modal/v7-to-v10/whitelabeling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'
99

1010
# Web3Auth v10 Whitelabeling Migration Guide
1111

12-
This guide focuses specifically on migrating whitelabeling and UI customization configurations from Web3Auth v7 to v10. This is a supplementary guide to the main [v7 to v10 migration guide](../README.mdx).
12+
This guide focuses specifically on migrating whitelabeling and UI customization configurations from Web3Auth v7 to v10. This is a supplementary guide to the main [v7 to v10 migration guide](README.mdx).
1313

1414
## Overview
1515

@@ -137,4 +137,4 @@ This shift centralizes UI control on the dashboard and simplifies client-side SD
137137

138138
## Next Steps
139139

140-
Return to the main [v7 to v10 migration guide](../README.mdx) to continue with other migration aspects like custom authentication and method name changes.
140+
Return to the main [v7 to v10 migration guide](README.mdx) to continue with other migration aspects like custom authentication and method name changes.

embedded-wallets/sdk/js/migration-guides/modal/v8-to-v10/custom-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem'
1313

1414
This guide focuses specifically on migrating custom authentication configurations from Web3Auth v8
1515
to v10. This covers the transition from "Verifiers" to "Connections" and "Grouped Connections". This
16-
is a supplementary guide to the main [v8 to v10 migration guide](../README.mdx).
16+
is a supplementary guide to the main [v8 to v10 migration guide](README.mdx).
1717

1818
## Overview
1919

@@ -176,5 +176,5 @@ client-side logic and provides a more robust way to manage authentication method
176176

177177
## Next Steps
178178

179-
Return to the main [v8 to v10 migration guide](../README.mdx) to continue with other
179+
Return to the main [v8 to v10 migration guide](README.mdx) to continue with other
180180
migration aspects like MFA configurations and method renames.

embedded-wallets/sdk/js/migration-guides/modal/v8-to-v10/external-wallets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem'
1111

1212
This guide focuses specifically on migrating external wallet adapter configurations from Web3Auth v8
1313
to v10. This is a supplementary guide to the main
14-
[v8 to v10 migration guide](../README.mdx).
14+
[v8 to v10 migration guide](README.mdx).
1515

1616
## Overview
1717

@@ -85,5 +85,5 @@ This provides a better user experience with no configuration required from devel
8585

8686
## Next Steps
8787

88-
Return to the main [v8 to v10 migration guide](../README.mdx) to continue with other
88+
Return to the main [v8 to v10 migration guide](README.mdx) to continue with other
8989
migration aspects.

embedded-wallets/sdk/js/migration-guides/modal/v8-to-v10/wallet-services.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem'
1010
# Web3Auth v10 Wallet Services Migration Guide
1111

1212
This guide focuses specifically on migrating Wallet Services functionality from Web3Auth v8 to v10.
13-
This is a supplementary guide to the main [v8 to v10 migration guide](../README.mdx).
13+
This is a supplementary guide to the main [v8 to v10 migration guide](README.mdx).
1414

1515
## Overview
1616

@@ -72,5 +72,5 @@ npm uninstall @web3auth/wallet-services-plugin
7272

7373
## Next Steps
7474

75-
Return to the main [v8 to v10 migration guide](../README.mdx) to continue with other
75+
Return to the main [v8 to v10 migration guide](README.mdx) to continue with other
7676
migration aspects.

embedded-wallets/sdk/js/migration-guides/modal/v8-to-v10/whitelabeling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import TabItem from '@theme/TabItem'
99

1010
# Web3Auth v10 Whitelabeling Migration Guide
1111

12-
This guide focuses specifically on migrating whitelabeling and UI customization configurations from Web3Auth v8 to v10. This is a supplementary guide to the main [v8 to v10 migration guide](../README.mdx).
12+
This guide focuses specifically on migrating whitelabeling and UI customization configurations from Web3Auth v8 to v10. This is a supplementary guide to the main [v8 to v10 migration guide](README.mdx).
1313

1414
## Overview
1515

@@ -57,4 +57,4 @@ This shift centralizes UI control on the dashboard and simplifies client-side SD
5757

5858
## Next Steps
5959

60-
Return to the main [v8 to v10 migration guide](../README.mdx) to continue with other migration aspects like Smart Account functionality, custom authentication, and MFA configurations.
60+
Return to the main [v8 to v10 migration guide](README.mdx) to continue with other migration aspects like Smart Account functionality, custom authentication, and MFA configurations.

0 commit comments

Comments
 (0)