From 87cada4de668ddf6f5330ea188d80ab703554908 Mon Sep 17 00:00:00 2001 From: Shuyang Wu Date: Wed, 13 May 2020 00:13:26 -0500 Subject: [PATCH] Fix broken URL for "how-to/deploy" (#7809) Signed-off-by: Yiyiyimu --- README.md | 2 +- docs/how-to/deploy/using-ansible.md | 2 +- docs/how-to/deploy/using-docker.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40d04bd08ee..b5e2c9ba14c 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ We provide multiple deployment methods, but it is recommended to use our Ansible For the production environment, use [Ansible](https://github.com/pingcap/tidb-ansible) to deploy the cluster. -- [Deploy TiDB Using Ansible](https://github.com/pingcap/docs/blob/master/dev/how-to/deploy/orchestrated/ansible.md) +- [Deploy TiDB Using Ansible](https://github.com/pingcap/docs/blob/master/how-to/deploy/orchestrated/ansible.md) - [Deploy TiKV separately Using Ansible](https://tikv.org/docs/3.0/tasks/deploy/ansible/) ## Client drivers diff --git a/docs/how-to/deploy/using-ansible.md b/docs/how-to/deploy/using-ansible.md index 71d909bc103..6e46b03c6b3 100644 --- a/docs/how-to/deploy/using-ansible.md +++ b/docs/how-to/deploy/using-ansible.md @@ -178,7 +178,7 @@ Make sure you have logged in to the Control Machine using the `tidb` user accoun This step creates the `tidb` user account on the target machines, and configures the sudo rules and the SSH mutual trust between the Control Machine and the target machines. -> **Note:** To configure the SSH mutual trust and sudo without password manually, see [How to manually configure the SSH mutual trust and sudo without password](https://github.com/pingcap/docs/blob/master/dev/how-to/deploy/orchestrated/ansible.md#how-to-manually-configure-the-ssh-mutual-trust-and-sudo-without-password). +> **Note:** To configure the SSH mutual trust and sudo without password manually, see [How to manually configure the SSH mutual trust and sudo without password](https://github.com/pingcap/docs/blob/master/how-to/deploy/orchestrated/ansible.md#how-to-manually-configure-the-ssh-mutual-trust-and-sudo-without-password). ## Step 6: Install the NTP service on the target machines diff --git a/docs/how-to/deploy/using-docker.md b/docs/how-to/deploy/using-docker.md index 2b6df7a8f42..709e652be64 100644 --- a/docs/how-to/deploy/using-docker.md +++ b/docs/how-to/deploy/using-docker.md @@ -14,7 +14,7 @@ This guide describes how to deploy a multi-node TiKV cluster using Docker. Make sure that Docker is installed on each machine. -For more details about prerequisites, see [Hardware and Software Requirements](https://github.com/pingcap/docs/blob/master/dev/how-to/deploy/hardware-recommendations.md). +For more details about prerequisites, see [Hardware and Software Requirements](https://github.com/pingcap/docs/blob/master/how-to/deploy/hardware-recommendations.md). ## Deploy the TiKV cluster on multiple nodes