diff --git a/README.md b/README.md index fc5445ff4..0fc06a7ad 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ See the [install instructions](/docs/introduction/install.md). ### Quick Start - [Single node](/docs/introduction/quick-start.md) -- [Local cluster using docker-compose](/docs/networks/docker-compose.md) +- [Local cluster using docker-compose](/docs/tools/docker-compose.md) - [Remote cluster using Terraform and Ansible](/docs/tools/terraform-and-ansible.md) - [Join the Cosmos testnet](https://cosmos.network/testnet) diff --git a/docs/networks/docker-compose.md b/docs/networks/docker-compose.md index b1592ed09..914f32bde 100644 --- a/docs/networks/docker-compose.md +++ b/docs/networks/docker-compose.md @@ -169,7 +169,7 @@ Override the [command](https://github.com/tendermint/tendermint/blob/master/netw ipv4_address: 192.167.10.2 ``` -Similarly do for node1, node2 and node3 then [run testnet](https://github.com/tendermint/tendermint/blob/master/docs/networks/docker-compose.md#run-a-testnet) +Similarly do for node1, node2 and node3 then [run testnet](#run-a-testnet). ## Logging