diff --git a/docs/en/19-tools/01-cli.md b/docs/en/19-tools/01-cli.md index db54254294d55153d55b13adddd3a7a106a49596..d807fca80f2be74b9bb30f0d6023089a51ae4d81 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 67ec589e449c898b2e6408def685e7ed0f669626..1385197ee4655bf279048f40f8c4374aa9511892 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. ```