This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): correct dead links in main README (#133)
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
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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? | ||
|