From ac56eab9efc0095e61e7aad91fc982272487f5f7 Mon Sep 17 00:00:00 2001 From: Matt Calhoun Date: Fri, 15 Sep 2017 13:46:18 -0400 Subject: [PATCH] update diagram links --- README.md | 2 +- modules/consul-cluster/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b267389..901a59a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ of server nodes, which are responsible for being part of the [consensus quorum](https://www.consul.io/docs/internals/consensus.html), and a larger number of client nodes, which you typically run alongside your apps: -![Consul architecture](https://github.com/hashicorp/terraform-azurerm-consul/tree/master/_docs/architecture.png) +![Consul architecture](https://raw.githubusercontent.com/hashicorp/terraform-azurerm-consul/master/_docs/architecture.png) ## How to use this Module diff --git a/modules/consul-cluster/README.md b/modules/consul-cluster/README.md index de2e2cc..fd260d2 100644 --- a/modules/consul-cluster/README.md +++ b/modules/consul-cluster/README.md @@ -115,7 +115,7 @@ bar Finally, you can try opening up the Consul UI in your browser at the URL `http://11.22.33.44:8500/ui/`. -![Consul UI](/_docs/consul-ui-screenshot.png) +![Consul UI](https://raw.githubusercontent.com/hashicorp/terraform-azurerm-consul/master/_docs/consul-ui-screenshot.png) ## What's included in this module?