Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix(docs): correct dead links in main README (#133)
Browse files Browse the repository at this point in the history
Non-absolute links are dead in Terraform Registry
Fixes #132
Also - update contributing link to point to common documentation.

Co-authored-by: Michał Bilski <[email protected]>
  • Loading branch information
michalbil and michalbil authored Dec 8, 2021
1 parent 2a7ab7b commit a8793e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ For copyright and license see the LICENSE file.

This repository has the following directory structure:

* [modules](./modules): This directory contains several standalone, reusable, production-grade Terraform modules. Each module is individually documented.
* [examples](./examples): This directory shows examples of different ways to combine the modules contained in the
* `modules` - this directory contains several standalone, reusable, production-grade Terraform modules. Each module is individually documented.
* `examples` - this directory shows examples of different ways to combine the modules contained in the
`modules` directory.

## Compatibility
Expand All @@ -28,18 +28,18 @@ Terraform version to be 0.12.29 across most of the modules.
## Versioning

These modules follow the principles of [Semantic Versioning](http://semver.org/). You can find each new release,
along with the changelog, on the GitHub [Releases](../../releases) page.
along with the changelog, on the GitHub [Releases](https://github.com/PaloAltoNetworks/terraform-azurerm-vmseries-modules/releases) page.

## Getting Help

If you have found a bug, please report it. The preferred way is to create a new issue on the [GitHub issue page](../../issues).
If you have found a bug, please report it. The preferred way is to create a new issue on the [GitHub issue page](https://github.com/PaloAltoNetworks/terraform-azurerm-vmseries-modules/issues).

For consulting support, please contact [email protected] or your Palo Alto Networks account manager.

## Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps,
and credit will always be given. Please follow our [contributing guide](./CONTRIBUTING.md).
and credit will always be given. Please follow our [contributing guide](https://github.com/PaloAltoNetworks/terraform-best-practices/blob/main/CONTRIBUTING.md).

<!-- ## Who maintains these modules?
Expand Down

0 comments on commit a8793e5

Please sign in to comment.