Skip to content

Commit 252ad52

Browse files
committed
fix: broken links
1 parent a491de4 commit 252ad52

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
## Features
1919

2020
- Support for React & React-Native
21-
- First party support for [Embedded Wallets](https://portal.thirdweb.com/connect/embedded-wallet/overview) (social/email login)
22-
- First party support for [Account Abstraction](https://portal.thirdweb.com/connect/account-abstraction/overview)
21+
- First party support for [Embedded Wallets](https://portal.thirdweb.com/wallets) (social/email login)
22+
- First party support for [Account Abstraction](https://portal.thirdweb.com/wallets/sponsor-gas)
2323
- Instant connection to any chain with RPC Edge integration
2424
- Integrated IPFS upload/download
2525
- UI Components for connection, transactions, nft rendering

apps/portal/redirects.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// @ts-check
2-
31
const unrealEngineRedirects = {
42
"/unreal-engine/blueprints/private-key-wallet":
53
"unreal-engine/blueprints/in-app-wallet",
@@ -598,7 +596,7 @@ const walletRedirects = {
598596
"/connect/ecosystem/overview": "/connect/wallet/overview",
599597
"/connect/ecosystem/pregenerate-wallets":
600598
"/connect/wallet/pregenerate-wallets",
601-
"/connect/ecosystem/security": "/connect/wallet/security",
599+
"/connect/ecosystem/security": "/wallets/security",
602600
"/connect/ecosystem/wallet-explorer": "/connect/wallet/ecosystem/portal",
603601
"/connect/faqs": "/connect/sign-in",
604602
"/connect/in-app-wallet/faqs": "/connect/wallet/faq",
@@ -613,7 +611,7 @@ const walletRedirects = {
613611
"/connect/wallet/user-management/get-user-profiles",
614612

615613
"/connect/in-app-wallet/overview": "/connect/wallet/overview",
616-
"/connect/in-app-wallet/security": "/connect/wallet/security",
614+
"/connect/in-app-wallet/security": "/wallets/security",
617615
"/connect/sign-in": "/connect/sign-in/overview",
618616
"/connect/sign-in/ConnectButton": "/connect/wallet/get-started",
619617
"/connect/sign-in/ConnectEmbed": "/connect/wallet/get-started",
@@ -1017,6 +1015,8 @@ const otherRedirects = {
10171015
"/wallet/get-started/overview": "/connect/wallet/overview",
10181016
// connect > wallets
10191017
"/connect": "/wallets",
1018+
"/connect/auth": "/wallets/auth",
1019+
"/connect/:path*": "/wallets/:path*",
10201020
"/connect/wallet/sign-in-methods/configure": "/wallets/users",
10211021
"/connect/wallet/server": "/wallets/server",
10221022
"/connect/account-abstraction/get-started": "/wallets/sponsor-gas",

apps/portal/src/app/payments/products/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ The CheckoutWidget handles the complete payment flow, supporting both crypto and
8484

8585
## API Reference
8686

87-
- [CheckoutWidget](/references/typescript/v5/checkoutwidget)
87+
- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)

apps/portal/src/app/wallets/users/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { AuthMethodsTabs } from "@/components/Document/AuthMethodsTabs"
1515

1616
# User Wallets
1717

18-
thirdweb supports creating wallets with various authentication methods: social logins, email, SMS, passkeys, and more. For every user, thirdweb generates a [non-custodial wallet](/connect/wallet/security) behind the scenes.
18+
thirdweb supports creating wallets with various authentication methods: social logins, email, SMS, passkeys, and more. For every user, thirdweb generates a [non-custodial wallet](/wallets/security) behind the scenes.
1919

2020
<AuthMethodsTabs/>
2121

0 commit comments

Comments
 (0)