Skip to content

Commit 0f33b70

Browse files
vrasparclaude
andcommitted
Fix Next Steps links to point where readers actually go next
- Merchant: Deploy Operator (full config), Protocol Overview, Examples - Payer: Arbiter Quickstart (what happens to your refund), Protocol Overview, Examples - Arbiter: Deploy Operator (how you're configured), Smart Contracts (access control), Examples Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 62eda3d commit 0f33b70

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

sdk/arbiter-quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ if (fees > 0n) {
161161
## Next Steps
162162

163163
<CardGroup cols={3}>
164-
<Card title="Merchant Quickstart" icon="store" href="/sdk/merchant-quickstart">
165-
Deploy an operator, authorize payments, release funds.
164+
<Card title="Deploy Operator" icon="rocket" href="/sdk/deploy-operator">
165+
How your address gets configured as arbiter on an operator.
166166
</Card>
167-
<Card title="Payer Quickstart" icon="user" href="/sdk/payer-quickstart">
168-
Request refunds, freeze payments, submit evidence.
167+
<Card title="Smart Contracts" icon="file-contract" href="/contracts/overview">
168+
Conditions and recorders that control on-chain access.
169169
</Card>
170170
<Card title="Examples" icon="code" href="/sdk/examples">
171-
Runnable examples for every SDK operation.
171+
Full dispute resolution scenario end-to-end.
172172
</Card>
173173
</CardGroup>

sdk/merchant-quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,13 @@ if (hasRefund) {
182182
## Next Steps
183183

184184
<CardGroup cols={3}>
185-
<Card title="Payer Quickstart" icon="user" href="/sdk/payer-quickstart">
186-
Request refunds, freeze payments, submit evidence.
185+
<Card title="Deploy Operator" icon="rocket" href="/sdk/deploy-operator">
186+
Full deployment config, slot details, and preview addresses.
187187
</Card>
188-
<Card title="Arbiter Quickstart" icon="gavel" href="/sdk/arbiter-quickstart">
189-
Review disputes, approve or deny refunds.
188+
<Card title="Protocol Overview" icon="globe" href="/x402-integration/overview">
189+
How escrow, capture, and void work under the hood.
190190
</Card>
191191
<Card title="Examples" icon="code" href="/sdk/examples">
192-
Runnable examples for every SDK operation.
192+
Full scenario scripts to copy from.
193193
</Card>
194194
</CardGroup>

sdk/payer-quickstart.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ console.log('Refund cancelled:', cancelTx)
134134
## Next Steps
135135

136136
<CardGroup cols={3}>
137-
<Card title="Merchant Quickstart" icon="store" href="/sdk/merchant-quickstart">
138-
Deploy an operator, authorize payments, release funds.
139-
</Card>
140137
<Card title="Arbiter Quickstart" icon="gavel" href="/sdk/arbiter-quickstart">
141-
Review disputes, approve or deny refunds.
138+
What happens after you submit a refund request.
139+
</Card>
140+
<Card title="Protocol Overview" icon="globe" href="/x402-integration/overview">
141+
Escrow timing, capture, and the payment lifecycle.
142142
</Card>
143143
<Card title="Examples" icon="code" href="/sdk/examples">
144-
Runnable examples for every SDK operation.
144+
Full dispute resolution scenario end-to-end.
145145
</Card>
146146
</CardGroup>

0 commit comments

Comments
 (0)