Skip to content

Commit

Permalink
fix: Use full URL to fix broken links in the rendered Terraform doc. (#9
Browse files Browse the repository at this point in the history
)

The links in https://registry.terraform.io/modules/terraform-google-modules/cloud-operations/google/0.1.0 are broken because relative paths are used here.
  • Loading branch information
qingling128 authored Oct 7, 2020
1 parent 7944ae1 commit 8c5dd63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# terraform-google-cloud-operations

This module is a collection of submodules related to Google Cloud Operations (Logging and Monitoring):
- [Agent Policy](./modules/agent-policy/README.md)
- [Agent Policy](https://github.com/terraform-google-modules/terraform-google-cloud-operations/blob/master/modules/agent-policy/README.md)

## Usage

Each submodule's usage is documented in the [modules](./modules) folder. Functional examples are included in the [examples](./examples/) directory.
Each submodule's usage is documented in the [modules](https://github.com/terraform-google-modules/terraform-google-cloud-operations/blob/master/modules) folder. Functional examples are included in the [examples](https://github.com/terraform-google-modules/terraform-google-cloud-operations/blob/master/examples/) directory.

## Contributing

Refer to the [contribution guidelines](./CONTRIBUTING.md) for
Refer to the [contribution guidelines](https://github.com/terraform-google-modules/terraform-google-cloud-operations/blob/master/CONTRIBUTING.md) for
information on contributing to this module.

0 comments on commit 8c5dd63

Please sign in to comment.