Skip to content

Commit

Permalink
Fix broken URL for "how-to/deploy" (tikv#7809)
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyiyimu <[email protected]>
  • Loading branch information
Yiyiyimu authored May 13, 2020
1 parent 0649dc1 commit 87cada4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/deploy/using-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/deploy/using-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 87cada4

Please sign in to comment.