From a76e270e9dbbd3d570f3666498e3b4854223656c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?luory=20=E2=9C=9E?= Date: Fri, 25 Jul 2025 23:14:30 +0200 Subject: [PATCH] fix link to possible network options --- .../coinbase-agentkit-starter/coinbase-agentkit-starter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates-and-examples/examples/coinbase-agentkit-starter/coinbase-agentkit-starter.md b/docs/templates-and-examples/examples/coinbase-agentkit-starter/coinbase-agentkit-starter.md index 30e04700..80862fa7 100644 --- a/docs/templates-and-examples/examples/coinbase-agentkit-starter/coinbase-agentkit-starter.md +++ b/docs/templates-and-examples/examples/coinbase-agentkit-starter/coinbase-agentkit-starter.md @@ -75,7 +75,7 @@ NETWORK_ID=base-sepolia To obtain the values for `CDP_API_KEY_NAME` and `CDP_API_KEY_PRIVATE_KEY` head over to [CDP portal](https://portal.cdp.coinbase.com/projects/api-keys) to create a new API key. Copy the API key name and private key values from the modal that appears. -The `NETWORK_ID` can stay as `base-sepolia` and you can explore the possible [network options](https://docs.cdp.coinbase.com/api/docs/networks#network-identifiers) as well. +The `NETWORK_ID` can stay as `base-sepolia` and you can explore the possible [network options](https://docs.cdp.coinbase.com/api-reference/networks#network-identifiers) as well. ## Project structure