diff --git a/README.md b/README.md index f0005b9..3e39fa3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ data-center aware scheduler. A Nomad cluster typically includes a small number o for being part of the [consensus protocol](https://www.nomadproject.io/docs/internals/consensus.html), and a larger number of client nodes, which are used for running jobs: -![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/master/_docs/architecture.png?raw=true) +![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/blob/master/_docs/architecture.png?raw=true) This Module includes: diff --git a/examples/nomad-consul-separate-cluster/README.md b/examples/nomad-consul-separate-cluster/README.md index a521fa4..39e8ec1 100755 --- a/examples/nomad-consul-separate-cluster/README.md +++ b/examples/nomad-consul-separate-cluster/README.md @@ -8,7 +8,7 @@ consists of two Managed Instance Groups: one with a small number of Nomad server part of the [consensus quorum](https://www.nomadproject.io/docs/internals/consensus.html), and one with a larger number of Nomad client nodes, which are used to run jobs: -![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/master/_docs/architecture-nomad-consul-separate.png?raw=true) +![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/blob/master/_docs/architecture-nomad-consul-separate.png?raw=true) You will need to create a [Google Image](https://cloud.google.com/compute/docs/images) that has Nomad and Consul installed, which you can do using the [nomad-consul-image example]( diff --git a/examples/root-example/README.md b/examples/root-example/README.md index d7e6028..43bc636 100644 --- a/examples/root-example/README.md +++ b/examples/root-example/README.md @@ -8,7 +8,7 @@ cluster consists of two Manged Instance Groups: one with a small number of Nomad responsible for being part of the [consensus protocol](https://www.nomadproject.io/docs/internals/consensus.html), and one with an arbitrary number of Nomad and Consul client nodes, which are used to run jobs: -![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/master/_docs/architecture-nomad-consul-colocated.png?raw=true) +![Nomad architecture](https://github.com/hashicorp/terraform-google-nomad/blob/master/_docs/architecture-nomad-consul-colocated.png?raw=true) You will need to create a [Google Image](https://cloud.google.com/compute/docs/images) that has Nomad and Consul installed, which you can do using the [nomad-consul-image example](