From ef8afebe4949c67a143159ee6ace52ab54834e4c Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Fri, 3 Jun 2022 21:34:49 +0800 Subject: [PATCH] docs: fix install client driver link (#13444) * docs: describe how tdengine cli connect to cloud. * docs: fix install link mistake * docs: fix install client driver link --- 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 c9908a24b7..fd145e75a0 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 [installation](/operation/pkg-install/). +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 [Install Client Driver](/reference/connector/#install-client-driver). ## Execution -- GitLab