Skip to content

Commit 6f0e749

Browse files
authored
fix: Fix broken link in README.md (terraform-google-modules#691)
1 parent 21f95db commit 6f0e749

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This module is meant for use with Terraform 0.12. If you haven't
1818
intended for Terraform 0.11.x is [3.0.0].
1919

2020
## Usage
21-
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/) folder but simple usage is as follows:
21+
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples) folder but simple usage is as follows:
2222

2323
```hcl
2424
module "gke" {

autogen/main/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This module is meant for use with Terraform 0.12. If you haven't
4848
intended for Terraform 0.11.x is [3.0.0].
4949

5050
## Usage
51-
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/) folder but simple usage is as follows:
51+
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples) folder but simple usage is as follows:
5252

5353
```hcl
5454
module "gke" {

modules/beta-private-cluster-update-variant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This module is meant for use with Terraform 0.12. If you haven't
4343
intended for Terraform 0.11.x is [3.0.0].
4444

4545
## Usage
46-
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/) folder but simple usage is as follows:
46+
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples) folder but simple usage is as follows:
4747

4848
```hcl
4949
module "gke" {

modules/beta-private-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This module is meant for use with Terraform 0.12. If you haven't
2121
intended for Terraform 0.11.x is [3.0.0].
2222

2323
## Usage
24-
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/) folder but simple usage is as follows:
24+
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples) folder but simple usage is as follows:
2525

2626
```hcl
2727
module "gke" {

modules/beta-public-cluster-update-variant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This module is meant for use with Terraform 0.12. If you haven't
4040
intended for Terraform 0.11.x is [3.0.0].
4141

4242
## Usage
43-
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/) folder but simple usage is as follows:
43+
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples) folder but simple usage is as follows:
4444

4545
```hcl
4646
module "gke" {

modules/beta-public-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This module is meant for use with Terraform 0.12. If you haven't
1818
intended for Terraform 0.11.x is [3.0.0].
1919

2020
## Usage
21-
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/) folder but simple usage is as follows:
21+
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples) folder but simple usage is as follows:
2222

2323
```hcl
2424
module "gke" {

modules/private-cluster-update-variant/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This module is meant for use with Terraform 0.12. If you haven't
4343
intended for Terraform 0.11.x is [3.0.0].
4444

4545
## Usage
46-
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/) folder but simple usage is as follows:
46+
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples) folder but simple usage is as follows:
4747

4848
```hcl
4949
module "gke" {

modules/private-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This module is meant for use with Terraform 0.12. If you haven't
2121
intended for Terraform 0.11.x is [3.0.0].
2222

2323
## Usage
24-
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/examples/) folder but simple usage is as follows:
24+
There are multiple examples included in the [examples](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/tree/master/examples) folder but simple usage is as follows:
2525

2626
```hcl
2727
module "gke" {

0 commit comments

Comments
 (0)