From 4c7260a7669c755dcc49f378a1276e901a83cfb1 Mon Sep 17 00:00:00 2001 From: Pan YANG Date: Mon, 21 Mar 2022 09:23:44 +0800 Subject: [PATCH] Move releases download link to proper location Move history releases download link to package installation section. --- documentation20/cn/02.getting-started/docs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation20/cn/02.getting-started/docs.md b/documentation20/cn/02.getting-started/docs.md index 454018a882..128ce81abe 100644 --- a/documentation20/cn/02.getting-started/docs.md +++ b/documentation20/cn/02.getting-started/docs.md @@ -34,7 +34,9 @@ TDengine 的安装非常简单,从下载到安装成功仅仅只要几秒钟 具体的安装方法,请参见 [TDengine 多种安装包的安装和卸载](https://www.taosdata.com/cn/getting-started/install) 以及 [视频教程](https://www.taosdata.com/blog/2020/11/11/1941.html)。 -**请点击[这里](https://github.com/taosdata/TDengine/releases)查看 release notes。** +下载其他组件、最新 Beta 版及之前版本的安装包,请点击 [这里](https://www.taosdata.com/cn/all-downloads/) + +**请点击 [这里](https://github.com/taosdata/TDengine/releases) 查看 Release Notes。** ### 使用 apt-get 安装 @@ -59,8 +61,6 @@ sudo apt-get install tdengine 如果您希望对 TDengine 贡献代码或对内部实现感兴趣,请参考我们的 [TDengine GitHub 主页](https://github.com/taosdata/TDengine) 下载源码构建和安装. -**下载其他组件、最新 Beta 版及之前版本的安装包,请点击[这里](https://www.taosdata.com/cn/all-downloads/)** - ## 轻松启动 安装成功后,用户可使用 `systemctl` 命令来启动 TDengine 的服务进程。 -- GitLab