From 65f4986110947039bf917c0973dcd0ac9354207f Mon Sep 17 00:00:00 2001 From: Eli Polonsky Date: Wed, 27 Sep 2023 17:24:43 +0300 Subject: [PATCH] Update docs/get-started/python.md Signed-off-by: Eli Polonsky --- docs/get-started/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/python.md b/docs/get-started/python.md index 6348803b06..79538a6705 100644 --- a/docs/get-started/python.md +++ b/docs/get-started/python.md @@ -17,7 +17,7 @@ To get setup, follow these general steps: ### Install the CLI To initialize a cdk8s project and auto-generate Kubernetes manifests based on our code, we need the cdk8s CLI: -1. Run the following command to install the CLI using [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). For more installation methods, see [Install the cdk8s CLI](cli/installation.md). +1. Run the following command to install the CLI using [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). For more installation methods, see [Install the cdk8s CLI](./../cli/installation.md). ```console npm install -g cdk8s-cli ```