docs: fix docker link

This commit is contained in:
liuyuan 2023-08-03 15:58:22 +08:00
parent f53c6c1072
commit a00f53f862
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -128,4 +128,4 @@ In the query above you are selecting the first timestamp (ts) in the interval, a
## Additional Information
For more information about deploying TDengine in a Docker environment, see [Using TDengine in Docker](../../reference/docker).
For more information about deploying TDengine in a Docker environment, see [Deploying TDengine with Docker](../../deployment/docker).

View File

@ -122,4 +122,4 @@ SELECT FIRST(ts), AVG(current), MAX(voltage), MIN(phase) FROM test.d10 INTERVAL(
## 其它
更多关于在 Docker 环境下使用 TDengine 的细节,请参考 [在 Docker 下使用 TDengine](../../reference/docker)。
更多关于在 Docker 环境下使用 TDengine 的细节,请参考 [用 Docker 部署 TDengine](../../deployment/docker)。