From 18f942a4858668cd781989d8a97c50e13f1d4564 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 3 Jun 2022 21:22:46 +0800 Subject: [PATCH] docs: fix install link mistake (#13443) * docs: describe how tdengine cli connect to cloud. * docs: fix install link mistake --- docs-en/07-tools/01-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-en/07-tools/01-cli.md b/docs-en/07-tools/01-cli.md index f9d8edc5ec..c9908a24b7 100644 --- a/docs-en/07-tools/01-cli.md +++ b/docs-en/07-tools/01-cli.md @@ -8,7 +8,7 @@ The TDengine command-line application (hereafter referred to as `TDengine CLI`) ## Installation -If executed on the TDengine server-side, there is no need for additional installation steps to install TDengine CLI as it is already included and installed automatically. To run TDengine CLI on the environment which no TDengine server running, the TDengine client installation package needs to be installed first. For details, please refer to [connector](/reference/connector/). +If executed on the TDengine server-side, there is no need for additional installation steps to install TDengine CLI as it is already included and installed automatically. To run TDengine CLI on the environment which no TDengine server running, the TDengine client installation package needs to be installed first. For details, please refer to [installation](/operation/pkg-install/). ## Execution -- GitLab