Skip to content

Commit ef50f73

Browse files
authored
update download URL from pingcap.org to pingcap.com (pingcap#3039)
1 parent 1349c59 commit ef50f73

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

en/pd-recover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PD Recover is a disaster recovery tool of [PD](https://docs.pingcap.com/tidb/sta
1414
{{< copyable "shell-regular" >}}
1515

1616
```shell
17-
wget https://download.pingcap.org/tidb-community-toolkit-${version}-linux-amd64.tar.gz
17+
wget https://download.pingcap.com/tidb-community-toolkit-${version}-linux-amd64.tar.gz
1818
```
1919

2020
In the command above, `${version}` is the version of the TiDB cluster, such as `v6.1.0`.

en/use-tkctl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ To install `tkctl`, you can download the pre-built binary or build `tkctl` from
1717

1818
### Download the latest pre-built binary
1919

20-
- [MacOS](https://download.pingcap.org/tkctl-darwin-amd64-latest.tgz)
21-
- [Linux](https://download.pingcap.org/tkctl-linux-amd64-latest.tgz)
22-
- [Windows](https://download.pingcap.org/tkctl-windows-amd64-latest.tgz)
20+
- [macOS](https://download.pingcap.com/tkctl-darwin-amd64-latest.tgz)
21+
- [Linux](https://download.pingcap.com/tkctl-linux-amd64-latest.tgz)
22+
- [Windows](https://download.pingcap.com/tkctl-windows-amd64-latest.tgz)
2323

2424
After unzipping the downloaded file, you can add the `tkctl` executable file to your `PATH` to finish the installation.
2525

zh/pd-recover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PD Recover 是对 PD 进行灾难性恢复的工具,用于恢复无法正常
1414
{{< copyable "shell-regular" >}}
1515

1616
```shell
17-
wget https://download.pingcap.org/tidb-community-toolkit-${version}-linux-amd64.tar.gz
17+
wget https://download.pingcap.com/tidb-community-toolkit-${version}-linux-amd64.tar.gz
1818
```
1919

2020
`${version}` 是 TiDB 集群版本,例如,`v6.1.0`

zh/use-tkctl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ summary: 介绍如何使用 tkctl 命令行工具来运维集群和诊断集群
1717

1818
### 下载预编译的可执行文件
1919

20-
- [MacOS](https://download.pingcap.org/tkctl-darwin-amd64-latest.tgz)
21-
- [Linux](https://download.pingcap.org/tkctl-linux-amd64-latest.tgz)
22-
- [Windows](https://download.pingcap.org/tkctl-windows-amd64-latest.tgz)
20+
- [macOS](https://download.pingcap.com/tkctl-darwin-amd64-latest.tgz)
21+
- [Linux](https://download.pingcap.com/tkctl-linux-amd64-latest.tgz)
22+
- [Windows](https://download.pingcap.com/tkctl-windows-amd64-latest.tgz)
2323

2424
下载解压后,将 `tkctl` 可执行文件加入到可执行文件路径 (`PATH`) 中即完成安装。
2525

0 commit comments

Comments
 (0)