Skip to content

Commit 6c3572f

Browse files
committed
fixed broken links
1 parent 89ccc80 commit 6c3572f

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/engine/dedicated/(instance)/[engineId]/overview/components/engine-overview.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ function BackendWalletsSection(props: {
9595
</UnderlineLink>{" "}
9696
tab, or{" "}
9797
<TrackedUnderlineLink
98-
href="https://portal.thirdweb.com/infrastructure/engine/features/backend-wallets"
98+
href="https://portal.thirdweb.com/engine/v2/configure-wallets/server-wallet"
9999
target="_blank"
100100
label="learn-more"
101101
category="engine"
102102
>
103-
learn more about backend wallets.
103+
learn more about server wallets.
104104
</TrackedUnderlineLink>
105105
</p>
106106
</div>

apps/portal/src/app/engine/v2/get-started/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Learn more about [admins](/engine/v2/features/admins) and [access tokens](/engin
9999
- Create or import a backend wallet.
100100
- Specify the backend wallet to use when calling the Engine API.
101101

102-
[Learn more about backend wallets.](/engine/v2/features/backend-wallets)
102+
[Learn more about backend wallets.](/engine/v2/configure-wallets/server-wallet)
103103

104104
## Interact with the blockchain
105105

apps/portal/src/app/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ function LearningResourcesSection() {
154154
description="Wallets, auth, and onchain interactions"
155155
icon={ConnectIcon}
156156
/>
157+
<ArticleCardIndex
158+
href="/pay"
159+
title="Universal Bridge"
160+
description="Bridge and onramp tokens on any chain"
161+
icon={EngineIcon}
162+
/>
157163
<ArticleCardIndex
158164
href="/engine"
159165
title="Engine"

apps/portal/src/app/pay/sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const sidebar: SideBar = {
2121
links: [
2222
{
2323
name: "Overview",
24-
href: `${paySlug}/overview`,
24+
href: `${paySlug}`,
2525
icon: <WalletIcon />,
2626
},
2727
{

0 commit comments

Comments
 (0)