Skip to content

Commit e4dfff8

Browse files
naoryNAOR YUVAL
andauthored
fix: replace wallet-sdk links with gateway-client on landing page (#2)
Wallet SDK is archived; mpcp-gateway-client is the recommended agent SDK. Updates the Explore CTA card and footer link. Made-with: Cursor Co-authored-by: NAOR YUVAL <naoryuval@NAORs-MacBook-Air.local>
1 parent 4724e5c commit e4dfff8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ <h2>Explore</h2>
361361
<strong>Trust Gateway</strong>
362362
<span>Budget enforcement, x402, signed receipts</span>
363363
</a>
364-
<a href="https://github.com/mpcp-protocol/mpcp-wallet-sdk">
365-
<strong>Wallet SDK</strong>
366-
<span>Agent wallet, React hooks, session management</span>
364+
<a href="https://github.com/mpcp-protocol/mpcp-gateway-client">
365+
<strong>Gateway Client</strong>
366+
<span>session.fetch(), framework adapters, receipts</span>
367367
</a>
368368
</div>
369369
</section>
@@ -374,7 +374,7 @@ <h2>Explore</h2>
374374
<a href="https://github.com/mpcp-protocol/mpcp-spec">Spec</a> ·
375375
<a href="https://github.com/mpcp-protocol/mpcp-reference">Reference</a> ·
376376
<a href="https://github.com/mpcp-protocol/mpcp-gateway">Gateway</a> ·
377-
<a href="https://github.com/mpcp-protocol/mpcp-wallet-sdk">Wallet SDK</a>
377+
<a href="https://github.com/mpcp-protocol/mpcp-gateway-client">Gateway Client</a>
378378
</footer>
379379
</body>
380380
</html>

0 commit comments

Comments
 (0)