From b84f0b1be366ab7dfb2e4411ec52608f0a97a419 Mon Sep 17 00:00:00 2001 From: Ben Breakstone Date: Tue, 18 Mar 2025 13:24:53 -0500 Subject: [PATCH] Correct dead API key docs link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4662cf7..24ffde3 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ features for production use. API calls through the CDP CLI require a key pair issued from the CDP control plane. Use the CDP console to generate keys, following [documented -instructions](https://docs.cloudera.com/cdp/latest/cli/topics/mc-cli-generating-an-api-access-key.html). +instructions](https://docs.cloudera.com/cdp-public-cloud/cloud/cli/topics/mc-cli-generating-an-api-access-key.html). Then, run `cdp configure` to provide the credentials to the CLI. ```