From 1c7f6e4197e4735766da58d151091fe01f3c997d Mon Sep 17 00:00:00 2001 From: kwwcb Date: Wed, 5 Feb 2025 11:00:18 -0600 Subject: [PATCH] updating docs to point to wallet-api; current urls are broken --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13b3df5..6da0945 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ print(f"Faucet transaction successfully completed: {faucet_tx}") ### Transferring Funds -See [Transfers](https://docs.cdp.coinbase.com/wallets/docs/transfers) for more information. +See [Transfers](https://docs.cdp.coinbase.com/wallet-api/docs/transfers) for more information. Now that your faucet transaction has successfully completed, you can send the funds in your wallet to another wallet. The code below creates another wallet, and uses the `transfer` function to send testnet ETH from the first wallet to @@ -175,7 +175,7 @@ list(address.transfers()) ### Trading Funds -See [Trades](https://docs.cdp.coinbase.com/wallets/docs/trades) for more information. +See [Trades](https://docs.cdp.coinbase.com/wallet-api/docs/trades) for more information. ```python wallet = Wallet.create("base-mainnet") @@ -286,4 +286,4 @@ Examples, demo apps, and further code samples can be found in the [CDP SDK Pytho ## Contributing -See [CONTRIBUTING.md](CONTRIBUTING.md) for more information. \ No newline at end of file +See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.