diff --git a/binary-package.md b/binary-package.md index abad9e964df4..599260726995 100644 --- a/binary-package.md +++ b/binary-package.md @@ -5,7 +5,7 @@ summary: 了解 TiDB 离线包及其包含的内容。 # TiDB 离线包 -在[使用 TiUP 离线部署 TiDB](/production-deployment-using-tiup.md#离线部署) 前,你需要在[官方下载页面](https://pingcap.com/zh/product#SelectProduct)选择对应版本的 TiDB server 离线镜像包(包含 TiUP 离线组件包)。 +在[使用 TiUP 离线部署 TiDB](/production-deployment-using-tiup.md#离线部署) 前,你需要在[官方下载页面](https://cn.pingcap.com/product-community/)选择对应版本的 TiDB server 离线镜像包(包含 TiUP 离线组件包)。 TiDB 提供了 amd64 和 arm64 两种架构的离线包。对于每种架构,TiDB 提供了两个二进制离线包:`TiDB-community-server` 软件包和 `TiDB-community-toolkit` 软件包。 diff --git a/production-deployment-using-tiup.md b/production-deployment-using-tiup.md index e600aeec3a84..1fb47e2c5e04 100644 --- a/production-deployment-using-tiup.md +++ b/production-deployment-using-tiup.md @@ -81,7 +81,7 @@ summary: 了解如何使用 TiUP 部署 TiDB 集群。 #### 准备 TiUP 离线组件包 -方式一:在[官方下载页面](https://pingcap.com/zh/product#SelectProduct)选择对应版本的 TiDB server 离线镜像包(包含 TiUP 离线组件包)。需要同时下载 TiDB-community-server 软件包和 TiDB-community-toolkit 软件包。 +方式一:在[官方下载页面](https://cn.pingcap.com/product-community/)选择对应版本的 TiDB server 离线镜像包(包含 TiUP 离线组件包)。需要同时下载 TiDB-community-server 软件包和 TiDB-community-toolkit 软件包。 方式二:使用 `tiup mirror clone` 命令手动打包离线组件包。步骤如下: @@ -195,7 +195,7 @@ source /home/tidb/.bash_profile #### 合并离线包 -如果是通过[官方下载页面](https://pingcap.com/zh/product#SelectProduct)下载的离线软件包,需要将 TiDB-community-server 软件包和 TiDB-community-toolkit 软件包合并到离线镜像中。如果是通过 `tiup mirror clone` 命令手动打包的离线组件包,不需要执行此步骤。 +如果是通过[官方下载页面](https://cn.pingcap.com/product-community/)下载的离线软件包,需要将 TiDB-community-server 软件包和 TiDB-community-toolkit 软件包合并到离线镜像中。如果是通过 `tiup mirror clone` 命令手动打包的离线组件包,不需要执行此步骤。 执行以下命令合并离线组件到 server 目录下。