From dec5a637e08e66934b67bb79a9ff863b8979db22 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 16 Feb 2023 12:33:35 +0800 Subject: [PATCH] docs: update cli download link for cloud --- docs/en/19-tools/01-cli.md | 2 +- docs/en/19-tools/06-taosdump.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/19-tools/01-cli.md b/docs/en/19-tools/01-cli.md index db54254294..d807fca80f 100644 --- a/docs/en/19-tools/01-cli.md +++ b/docs/en/19-tools/01-cli.md @@ -14,7 +14,7 @@ The TDengine command-line interface (hereafter referred to as `TDengine CLI`) is ## Installation -To run TDengine CLI to access TDengine cloud, please install [TDengine client installation package](https://tdengine.com/assets-download/cloud/TDengine-client-3.0.1.1202209201802-Linux-x64.tar.gz) first. +To run TDengine CLI to access TDengine cloud, please download and install recent [TDengine client installation package](https://docs.tdengine.com/releases/tdengine/) first. ## Config diff --git a/docs/en/19-tools/06-taosdump.md b/docs/en/19-tools/06-taosdump.md index 67ec589e44..1385197ee4 100644 --- a/docs/en/19-tools/06-taosdump.md +++ b/docs/en/19-tools/06-taosdump.md @@ -17,7 +17,7 @@ Users should not use taosdump to back up raw data, environment settings, hardwar ## Installation -To use taosdump, you need to download and install recent [taosTools](https://www.taosdata.com/assets-download/3.0/taosTools-2.2.7-Linux-x64.tar.gz) or any later version of v2.2.7. Before installing taosTools, please firstly download and install [TDengine CLI](https://docs.tdengine.com/cloud/tools/cli/#installation). +To use taosdump, you need to download and install recent version of [taosTools](https://docs.tdengine.com/releases/tools/). Before installing taosTools, please firstly download and install the [TDengine client installation package](https://docs.tdengine.com/releases/tdengine/). Decompress the package and install. ``` -- GitLab