Skip to content

[Docs] Broken Engine Links #7498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 2, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/portal/src/app/engine/v3/get-started/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Learn how to get started with thirdweb Transactions. This guide will walk you th
Create a server wallet to perform blockchain actions with Transactions.

<Callout variant="info" title="Server Wallet">
Server wallets are smart wallets Transactions uses to perform blockchain actions. [Learn more about server wallets](/Transactions/v2/configure-wallets/server-wallets).
Server wallets are smart wallets Transactions uses to perform blockchain actions. [Learn more about server wallets](/engine/v3/configure-wallets/server-wallets).
</Callout>
</Step>

Expand All @@ -42,7 +42,7 @@ Learn how to get started with thirdweb Transactions. This guide will walk you th
</Step>

<Step title="Integrate with your app">
Integrate Transactions into your application using the thirdweb SDK or Transactions API. [View full API reference.](https://client.scalar.com/workspace/default/request/yq_Wx56PL4Ur6jOZsAOpA)
Integrate Transactions into your application using the thirdweb SDK or Transactions API. [View full API reference.](https://engine.thirdweb.com/reference#tag/write)

<Tabs defaultValue="curl">
<TabsList>
Expand Down
Loading