Skip to content

Commit b4eed8a

Browse files
docs: Update Connect wallet sign-in method URLs (#5619)
1 parent 279cb6f commit b4eed8a

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

apps/portal/redirects.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,10 @@ const otherRedirects = {
958958
"/connect/connect": "/connect/sign-in",
959959
"/connect/in-app-wallet/how-to/get-in-app-wallet-details-on-server":
960960
"/connect/in-app-wallet/guides/get-in-app-wallet-details-on-server",
961+
"/connect/ecosystems/:path*": "/connect/wallet/overview",
962+
"/wallet/get-started/overview": "/connect/wallet/overview",
963+
"/connect/wallet/sign-in-methods/overview":
964+
"/connect/wallet/sign-in-methods/configure",
961965
};
962966

963967
const v5RestructuredRedirects = {

apps/portal/src/app/connect/wallet/pregenerate-wallets/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ Pre-generating is independent and doesn't change the user's experience.
122122

123123
Your users can continue to login as per usual. When they do, they will be assigned the pregenerated wallet.
124124

125-
For more information on signing in, see [Sign In](/connect/wallet/sign-in-methods/overview).
125+
For more information on signing in, see [Sign In](/connect/wallet/sign-in-methods/configure).

apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Sometimes users want to get started using your app without signing in. You can n
2424

2525
## Logging in with Guest Mode
2626

27-
In general, logging in with guest mode is the same as configuring any other login method in the platform of your choice. See the [login methods overview](/connect/wallet/sign-in-methods/overview) for more information on configuring your login options.
27+
In general, logging in with guest mode is the same as configuring any other login method in the platform of your choice. See the [login methods overview](/connect/wallet/sign-in-methods/configure) for more information on configuring your login options.
2828

2929
### In App Wallet
3030
<div className="my-4 grid gap-2 md:grid-cols-2 lg:grid-cols-3">

packages/thirdweb/src/wallets/in-app/web/ecosystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {
77
import { createInAppWallet } from "../core/wallet/in-app-core.js";
88

99
/**
10-
* Creates an [Ecosystem Wallet](https://portal.thirdweb.com/connect/ecosystems/overview) based on various authentication methods. Full list of available authentication methods [here](/connect/wallet/sign-in-methods/overview).
10+
* Creates an [Ecosystem Wallet](https://portal.thirdweb.com/connect/wallet/overview) based on various authentication methods. Full list of available authentication methods [here](/connect/wallet/sign-in-methods/configure).
1111
*
1212
* Can also be configured to use Account Abstraction to directly connect to a ERC4337 smart account based on those authentication methods.
1313
*

packages/thirdweb/src/wallets/in-app/web/in-app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { CreateWalletArgs } from "../../wallet-types.js";
44
import { createInAppWallet } from "../core/wallet/in-app-core.js";
55

66
/**
7-
* Creates an app scoped wallet for users based on various authentication methods. Full list of available authentication methods [here](https://portal.thirdweb.com/connect/wallet/sign-in-methods/overview).
7+
* Creates an app scoped wallet for users based on various authentication methods. Full list of available authentication methods [here](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure).
88
*
99
* Can also be configured to use Account Abstraction to directly connect to a ERC4337 smart account based on those authentication methods.
1010
*
@@ -27,7 +27,7 @@ import { createInAppWallet } from "../core/wallet/in-app-core.js";
2727
* });
2828
* ```
2929
*
30-
* [View all available social auth methods](https://portal.thirdweb.com/connect/wallet/sign-in-methods/overview)
30+
* [View all available social auth methods](https://portal.thirdweb.com/connect/wallet/sign-in-methods/configure)
3131
*
3232
* ### Login with email
3333
*

0 commit comments

Comments
 (0)