diff --git a/apps/portal/src/app/bridge/page.mdx b/apps/portal/src/app/bridge/page.mdx
index 7fcd9587974..5ce9195eb9b 100644
--- a/apps/portal/src/app/bridge/page.mdx
+++ b/apps/portal/src/app/bridge/page.mdx
@@ -102,7 +102,7 @@ const preparedQuote = await Bridge.Buy.prepare({
- The quickest way to setup Bridge in your React app is with the [`SwapWidget`](/references/typescript/v5/widgets/SwapWidget) component.
+ The quickest way to setup Bridge in your React app is with the [`SwapWidget`](/references/typescript/v5/SwapWidget) component.
### Live Playground
diff --git a/apps/portal/src/app/payments/custom-data/page.mdx b/apps/portal/src/app/payments/custom-data/page.mdx
index c76cacb0a8c..400f086a845 100644
--- a/apps/portal/src/app/payments/custom-data/page.mdx
+++ b/apps/portal/src/app/payments/custom-data/page.mdx
@@ -195,7 +195,7 @@ To connect with other auth strategies, use external wallets, or sponsor gas for
- [Buy.prepare](/references/typescript/v5/buy/prepare)
- [Sell.prepare](/references/typescript/v5/sell/prepare)
-- [BuyWidget](/references/typescript/v5/widgets/BuyWidget)
-- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)
-- [TransactionWidget](/references/typescript/v5/widgets/TransactionWidget)
+- [BuyWidget](/references/typescript/v5/BuyWidget)
+- [CheckoutWidget](/references/typescript/v5/CheckoutWidget)
+- [TransactionWidget](/references/typescript/v5/TransactionWidget)
diff --git a/apps/portal/src/app/payments/page.mdx b/apps/portal/src/app/payments/page.mdx
index 86baecaae8f..a59571ada46 100644
--- a/apps/portal/src/app/payments/page.mdx
+++ b/apps/portal/src/app/payments/page.mdx
@@ -106,8 +106,8 @@ const preparedQuote = await Bridge.Buy.prepare({
- The quickest way to setup payments in your React app is with the [`BuyWidget`](/references/typescript/v5/widgets/BuyWidget), [`CheckoutWidget`](/references/typescript/v5/widgets/CheckoutWidget), and [`TransactionWidget`](/references/typescript/v5/widgets/TransactionWidget) components.
-
+ The quickest way to setup payments in your React app is with the [`BuyWidget`](/references/typescript/v5/BuyWidget), [`CheckoutWidget`](/references/typescript/v5/CheckoutWidget), and [`TransactionWidget`](/references/typescript/v5/TransactionWidget) components.
+
### Live Playground
-
+
### Installation
Install the thirdweb SDK in your React project:
diff --git a/apps/portal/src/app/payments/products/page.mdx b/apps/portal/src/app/payments/products/page.mdx
index 9c2c3ea2321..be2aab3389f 100644
--- a/apps/portal/src/app/payments/products/page.mdx
+++ b/apps/portal/src/app/payments/products/page.mdx
@@ -82,4 +82,4 @@ The CheckoutWidget handles the complete payment flow, supporting both crypto and
## API Reference
-- [CheckoutWidget](/references/typescript/v5/widgets/CheckoutWidget)
+- [CheckoutWidget](/references/typescript/v5/CheckoutWidget)