From 537bf1835a62d42cbf0d9537d7f60f40ac1bbc33 Mon Sep 17 00:00:00 2001 From: dingbo Date: Mon, 22 Aug 2022 09:11:58 +0800 Subject: [PATCH] docs: fix error links --- docs/en/05-get-started/_pkg_install.mdx | 4 +--- docs/zh/05-get-started/_pkg_install.mdx | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/en/05-get-started/_pkg_install.mdx b/docs/en/05-get-started/_pkg_install.mdx index cf10497c96..2d514d6cd2 100644 --- a/docs/en/05-get-started/_pkg_install.mdx +++ b/docs/en/05-get-started/_pkg_install.mdx @@ -10,8 +10,6 @@ Between two major release versions, some beta versions may be delivered for user -For the details please refer to [Install and Uninstall](/operation/pkg-install)。 +For the details please refer to [Install and Uninstall](../13-operation/01-pkg-install.md). To see the details of versions, please refer to [Download List](https://tdengine.com/all-downloads) and [Release Notes](https://github.com/taosdata/TDengine/releases). - - diff --git a/docs/zh/05-get-started/_pkg_install.mdx b/docs/zh/05-get-started/_pkg_install.mdx index 83c987af8b..85d6d7b6ed 100644 --- a/docs/zh/05-get-started/_pkg_install.mdx +++ b/docs/zh/05-get-started/_pkg_install.mdx @@ -10,8 +10,8 @@ TDengine 的安装非常简单,从下载到安装成功仅仅只要几秒钟 -具体的安装方法,请参见[安装包的安装和卸载](/operation/pkg-install)。 +具体的安装方法,请参见[安装包的安装和卸载](../13-operation/01-pkg-install.md)。 -下载其他组件、最新 Beta 版及之前版本的安装包,请点击[这里](https://www.taosdata.com/all-downloads) +下载其他组件、最新 Beta 版及之前版本的安装包,请点击[这里](https://www.taosdata.com/all-downloads)。 -查看 Release Notes, 请点击[这里](https://github.com/taosdata/TDengine/releases) +查看 Release Notes, 请点击[这里](https://github.com/taosdata/TDengine/releases)。 -- GitLab