From 97b39f340ed0535a7d5d658a7d490e8e3b2da007 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sun, 20 May 2018 17:01:15 -0400 Subject: [PATCH 1/2] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0505b9c..ab4657bb 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ See the [install instructions](/docs/install.rst) - [Single node](/docs/using-tendermint.rst) - [Local cluster using docker-compose](/networks/local) - [Remote cluster using terraform and ansible](/networks/remote) +- [Join the public testnet](https://cosmos.network/testnet) ## Resources From ed8d9951c0dcd6f975a692e069ad2c2fa5ddeb17 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Sun, 20 May 2018 17:05:57 -0400 Subject: [PATCH 2/2] point to terraform-ansible docs --- README.md | 2 +- networks/remote/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab4657bb..031409be 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ See the [install instructions](/docs/install.rst) - [Single node](/docs/using-tendermint.rst) - [Local cluster using docker-compose](/networks/local) -- [Remote cluster using terraform and ansible](/networks/remote) +- [Remote cluster using terraform and ansible](/docs/terraform-and-ansible.rst) - [Join the public testnet](https://cosmos.network/testnet) ## Resources diff --git a/networks/remote/README.md b/networks/remote/README.md index a5c0d110..090f6da1 100644 --- a/networks/remote/README.md +++ b/networks/remote/README.md @@ -1 +1,3 @@ # Remote Cluster with Terraform and Ansible + +See the [docs](/docs/terraform-and-ansible.rst)