Skip to content

Commit 3277cf6

Browse files
committed
[Docs] Fixed broken links (#7091)
CORE-0000 <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on updating references from "backend wallets" to "server wallets" across various files and adding a new `ArticleCardIndex` component in the `page.tsx` file. ### Detailed summary - In `sidebar.tsx`, updated `href` for the "Overview" link. - Added a new `ArticleCardIndex` for "Universal Bridge" in `page.tsx`. - Changed text from "backend wallets" to "server wallets" in `page.mdx`. - Updated link in `engine-overview.tsx` to point to server wallet documentation. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 77938c4 commit 3277cf6

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,12 @@ Learn more about [admins](/engine/v2/features/admins) and [access tokens](/engin
9696
**Backend wallet** are your wallets managed by Engine. Engine will send blockchain transactions from these wallets.
9797

9898
- Configure how to back up wallets.
99-
- Create or import a backend wallet.
100-
- Specify the backend wallet to use when calling the Engine API.
10199

102-
[Learn more about backend wallets.](/engine/v2/features/backend-wallets)
100+
- Create or import a server wallet.
101+
- Specify the server wallet to use when calling the Engine API.
102+
103+
104+
[Learn more about server wallets.](/engine/v2/configure-wallets/server-wallet)
103105

104106
## Interact with the blockchain
105107

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={BridgeIcon}
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)