Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit 73a2344

Browse files
author
Petri Autero
committed
[skip ci] Fix missing links
1 parent 6e2f52d commit 73a2344

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This repo has the following folder structure:
2929

3030
The primary module is:
3131

32-
* [cloud-sql](/modules/cloud-sql): Deploy a Cloud SQL [MySQL](https://cloud.google.com/sql/docs/mysql/) or
32+
* [cloud-sql](https://github.com/gruntwork-io/terraform-google-sql/tree/master/modules/cloud-sql): Deploy a Cloud SQL [MySQL](https://cloud.google.com/sql/docs/mysql/) or
3333
[PostgreSQL](https://cloud.google.com/sql/docs/postgres/) database.
3434

3535
* [examples](https://github.com/gruntwork-io/terraform-google-sql/tree/master/examples): This folder contains
@@ -64,7 +64,7 @@ a version number bump.
6464

6565
## Who maintains this Module?
6666

67-
This Module and its Submodules are maintained by [Gruntwork](http://www.gruntwork.io/). Read the [Gruntwork Philosophy](/GRUNTWORK_PHILOSOPHY.md) document to learn more about how Gruntwork builds production grade infrastructure code. If you are looking for help or
67+
This Module and its Submodules are maintained by [Gruntwork](http://www.gruntwork.io/). Read the [Gruntwork Philosophy](https://github.com/gruntwork-io/terraform-google-sql/blob/master/GRUNTWORK_PHILOSOPHY.md) document to learn more about how Gruntwork builds production grade infrastructure code. If you are looking for help or
6868
commercial support, send an email to
6969
[support@gruntwork.io](mailto:support@gruntwork.io?Subject=Google%20SQL%20Module).
7070

@@ -79,13 +79,13 @@ Gruntwork can help with:
7979

8080
## How do I contribute to this Module?
8181

82-
Contributions are very welcome! Check out the [Contribution Guidelines](/CONTRIBUTING.md) for instructions.
82+
Contributions are very welcome! Check out the [Contribution Guidelines](https://github.com/gruntwork-io/terraform-google-sql/blob/master/CONTRIBUTING.md) for instructions.
8383

8484

8585
## How is this Module versioned?
8686

8787
This Module follows the principles of [Semantic Versioning](http://semver.org/). You can find each new release, along
88-
with the changelog, in the [Releases Page](../../releases).
88+
with the changelog, in the [Releases Page](https://github.com/gruntwork-io/terraform-google-sql/releases).
8989

9090
During initial development, the major version will be 0 (e.g., `0.x.y`), which indicates the code does not yet have a
9191
stable API. Once we hit `1.0.0`, we will make every effort to maintain a backwards compatible API and use the MAJOR,
@@ -94,6 +94,6 @@ MINOR, and PATCH versions on each release to indicate any incompatibilities.
9494

9595
## License
9696

97-
Please see [LICENSE](/LICENSE) for how the code in this repo is licensed.
97+
Please see [LICENSE](https://github.com/gruntwork-io/terraform-google-sql/blob/master/LICENSE.txt) for how the code in this repo is licensed.
9898

9999
Copyright © 2019 Gruntwork, Inc.

modules/cloud-sql/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This module helps you run [MySQL](https://cloud.google.com/sql/docs/mysql/) and
1111

1212
## How do you use this module?
1313

14-
See the [examples](/examples) folder for an example.
14+
See the [examples](https://github.com/gruntwork-io/terraform-google-sql/tree/master/examples) folder for an example.
1515

1616
## How do you configure this module?
1717

1818
This module allows you to configure a number of parameters, such as high availability, backup windows, maintenance window and replicas.
19-
For a list of all available variables and their descriptions, see [variables.tf](./variables.tf).
19+
For a list of all available variables and their descriptions, see [variables.tf](https://github.com/gruntwork-io/terraform-google-sql/blob/master/modules/cloud-sql/variables.tf).
2020

2121
## How do you connect to the database?
2222

@@ -96,7 +96,7 @@ See https://github.com/terraform-providers/terraform-provider-google/issues/2446
9696

9797
Retrieving and outputting distinct values from list of maps is not possible with resources using `count` prior to `terraform 0.12`.
9898
Instead we have to output the values JSON encoded - for example `read_replica_server_ca_certs`. For full details of the outputs and
99-
their format, see [outputs.tf](./outputs.tf).
99+
their format, see [outputs.tf](https://github.com/gruntwork-io/terraform-google-sql/blob/master/modules/cloud-sql/outputs.tf).
100100

101101
See https://github.com/hashicorp/terraform/issues/17048
102102

0 commit comments

Comments
 (0)