From c180f90059f344fac6d0bf052e193ae72eb90975 Mon Sep 17 00:00:00 2001 From: katzman Date: Tue, 16 Jun 2026 11:48:59 -0700 Subject: [PATCH] fix: update broken partner documentation links (CDP, Dynamic) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - CDP Embedded Wallets: embedded-wallets/ → /welcome, /components → /react-components (404 → 200) - CDP securing-a-wallet: old wallet-api anchor → server-wallets/v2 security page - Dynamic: docs moved from docs.dynamic.xyz → www.dynamic.xyz/docs (404 → 200) Generated with Claude Code Co-Authored-By: Claude --- docs/base-account/framework-integrations/cdp.mdx | 4 ++-- .../troubleshooting/usage-details/wallet-library-support.mdx | 2 +- docs/snippets/ai-instructions/langchain-replit.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/base-account/framework-integrations/cdp.mdx b/docs/base-account/framework-integrations/cdp.mdx index 8563000df..d09da1f15 100644 --- a/docs/base-account/framework-integrations/cdp.mdx +++ b/docs/base-account/framework-integrations/cdp.mdx @@ -608,8 +608,8 @@ We are actively working on native Base Account integration with CDP Embedded Wal ## Resources -- [CDP Embedded Wallets Documentation](https://docs.cdp.coinbase.com/embedded-wallets/) -- [CDP React Components Documentation](https://docs.cdp.coinbase.com/embedded-wallets/components) +- [CDP Embedded Wallets Documentation](https://docs.cdp.coinbase.com/embedded-wallets/welcome) +- [CDP React Components Documentation](https://docs.cdp.coinbase.com/embedded-wallets/react-components) - [Base Account Wagmi Setup](/base-account/framework-integrations/wagmi/setup) - [CDP Portal](https://portal.cdp.coinbase.com/) - [Wagmi Documentation](https://wagmi.sh/) diff --git a/docs/base-account/more/troubleshooting/usage-details/wallet-library-support.mdx b/docs/base-account/more/troubleshooting/usage-details/wallet-library-support.mdx index 3db0359b4..3bef72044 100644 --- a/docs/base-account/more/troubleshooting/usage-details/wallet-library-support.mdx +++ b/docs/base-account/more/troubleshooting/usage-details/wallet-library-support.mdx @@ -7,7 +7,7 @@ Below are some popular wallet libraries and what we know of their plans for day | Name | Support | | ---------------------------------------------------------------------------------- | ------- | -| [Dynamic](https://docs.dynamic.xyz/wallets/advanced-wallets/coinbase-smart-wallet) | ✅ | +| [Dynamic](https://www.dynamic.xyz/docs/react/wallets/external-wallets/coinbase-smart-wallet) | ✅ | | [Privy](https://docs.privy.io/guide/react/recipes/misc/coinbase-smart-wallets) | ✅ | | [ThirdWeb](http://portal.thirdweb.com/connect) | ✅ | | [ConnectKit](https://docs.family.co/connectkit) | ✅ | diff --git a/docs/snippets/ai-instructions/langchain-replit.mdx b/docs/snippets/ai-instructions/langchain-replit.mdx index 320e3ee47..88430af43 100644 --- a/docs/snippets/ai-instructions/langchain-replit.mdx +++ b/docs/snippets/ai-instructions/langchain-replit.mdx @@ -24,7 +24,7 @@ **Security of wallets on Replit** - Every agent comes with an associated wallet. Wallet data is read from wallet_data.txt, and if that file does not exist, this repl will create a new wallet and persist it in a new file. Please note that this contains your wallet's private key and should not be used in production environments. Refer to the [CDP docs](https://docs.cdp.coinbase.com/wallet-api/docs/wallets#securing-a-wallet) on how to secure your wallets. + Every agent comes with an associated wallet. Wallet data is read from wallet_data.txt, and if that file does not exist, this repl will create a new wallet and persist it in a new file. Please note that this contains your wallet's private key and should not be used in production environments. Refer to the [CDP docs](https://docs.cdp.coinbase.com/server-wallets/v2/introduction/security) on how to secure your wallets.