Skip to content

Commit d81142a

Browse files
authored
update download URL from pingcap.org to pingcap.com (#3039) (#3063)
1 parent 01fc25a commit d81142a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/pd-recover.md

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

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

2121
In the command above, `${version}` is the version of the TiDB cluster, such as `{{{ .tidb_version }}}`.

zh/pd-recover.md

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

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

2121
`${version}` 是 TiDB 集群版本,例如,`{{{ .tidb_version }}}`

0 commit comments

Comments
 (0)