diff --git a/apps/portal/redirects.mjs b/apps/portal/redirects.mjs index 35cfce9d263..535da04a2b9 100644 --- a/apps/portal/redirects.mjs +++ b/apps/portal/redirects.mjs @@ -958,6 +958,10 @@ const otherRedirects = { "/connect/connect": "/connect/sign-in", "/connect/in-app-wallet/how-to/get-in-app-wallet-details-on-server": "/connect/in-app-wallet/guides/get-in-app-wallet-details-on-server", + "/connect/ecosystems/:path*": "/connect/wallet/overview", + "/wallet/get-started/overview": "/connect/wallet/overview", + "/connect/wallet/sign-in-methods/overview": + "/connect/wallet/sign-in-methods/configure", }; const v5RestructuredRedirects = { diff --git a/apps/portal/src/app/connect/wallet/pregenerate-wallets/page.mdx b/apps/portal/src/app/connect/wallet/pregenerate-wallets/page.mdx index a43b6d6fd23..4203e52bc72 100644 --- a/apps/portal/src/app/connect/wallet/pregenerate-wallets/page.mdx +++ b/apps/portal/src/app/connect/wallet/pregenerate-wallets/page.mdx @@ -122,4 +122,4 @@ Pre-generating is independent and doesn't change the user's experience. Your users can continue to login as per usual. When they do, they will be assigned the pregenerated wallet. -For more information on signing in, see [Sign In](/connect/wallet/sign-in-methods/overview). \ No newline at end of file +For more information on signing in, see [Sign In](/connect/wallet/sign-in-methods/configure). \ No newline at end of file diff --git a/apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx b/apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx index bff5167f805..d4abad1805a 100644 --- a/apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx +++ b/apps/portal/src/app/connect/wallet/sign-in-methods/guest/page.mdx @@ -24,7 +24,7 @@ Sometimes users want to get started using your app without signing in. You can n ## Logging in with Guest Mode -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. +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. ### In App Wallet