From 6ba3f8c14f1fd9043cd4b50f69b2fb040fbd3e9f Mon Sep 17 00:00:00 2001 From: Darpan Shah Date: Mon, 14 Sep 2020 16:05:24 -0400 Subject: [PATCH] chore: Updating Links in README (#97) (#112) * Update README.md * Update README.md --- modules/compute_instance/README.md | 2 +- modules/umig/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/compute_instance/README.md b/modules/compute_instance/README.md index 0e401155..84bdbc4c 100644 --- a/modules/compute_instance/README.md +++ b/modules/compute_instance/README.md @@ -5,7 +5,7 @@ This module is used to create compute instances (and only compute instances) usi ## Usage -See the [simple](examples/compute_instance/simple) for a usage example. +See the [simple](https://github.com/terraform-google-modules/terraform-google-vm/tree/master/examples/compute_instance/simple) for a usage example. ## Testing diff --git a/modules/umig/README.md b/modules/umig/README.md index f9765c4c..b89dfbaf 100644 --- a/modules/umig/README.md +++ b/modules/umig/README.md @@ -5,7 +5,7 @@ This module is used to create compute instances using ## Usage -See the [simple](examples/umig/simple) for a usage example. +See the [simple](https://github.com/terraform-google-modules/terraform-google-vm/tree/master/examples/umig/simple) for a usage example. ## Testing