From ad78726d7effc2d96631204ed3d97284bdfc9da9 Mon Sep 17 00:00:00 2001 From: Ran Date: Mon, 13 Apr 2020 14:46:56 +0800 Subject: [PATCH] toc, tiflash: fix link to tiup --- TOC.md | 2 +- reference/tiflash/deploy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TOC.md b/TOC.md index 1a6bbb9499639..a538581652bb9 100644 --- a/TOC.md +++ b/TOC.md @@ -316,7 +316,7 @@ - [Use TiFlash](/reference/tiflash/use-tiflash.md) - [Maintain a TiFlash Cluster](/reference/tiflash/maintain.md) - [Monitor TiFlash](/reference/tiflash/monitor.md) - - [Scale TiFlash](/how-to/scale/with-tiup.md#2-scale-out-a-tiflash-node) + - [Scale TiFlash](/how-to/scale/with-tiup.md#scale-out-a-tiflash-node) - [Upgrade TiFlash Nodes](/reference/tiflash/upgrade.md) - [Configure TiFlash](/reference/tiflash/configuration.md) - [TiFlash Alert Rules](/reference/tiflash/alert-rules.md) diff --git a/reference/tiflash/deploy.md b/reference/tiflash/deploy.md index 837d53a6ed842..41ffc69e51c8f 100644 --- a/reference/tiflash/deploy.md +++ b/reference/tiflash/deploy.md @@ -141,4 +141,4 @@ TiUP cluster is the deployment tool for TiDB 4.0 or later versions. It is recomm Currently, pd-ctl is not connected to TiUP cluster, you need to [manually download pd-ctl](https://download.pingcap.org/tidb-v4.0.0-rc-linux-amd64.tar.gz). -3. Refer to [Scale out a TiFlash node](/how-to/scale/with-tiup.md#2-scale-out-a-tiflash-node) and deploy TiFlash. +3. Refer to [Scale out a TiFlash node](/how-to/scale/with-tiup.md#scale-out-a-tiflash-node) and deploy TiFlash.