From a8793e5fbc5aa9e3f09eb4ed49871fea89cf32b5 Mon Sep 17 00:00:00 2001 From: michalbil <92343355+michalbil@users.noreply.github.com> Date: Wed, 8 Dec 2021 11:33:34 +0100 Subject: [PATCH] fix(docs): correct dead links in main README (#133) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Non-absolute links are dead in Terraform Registry Fixes #132 Also - update contributing link to point to common documentation. Co-authored-by: MichaƂ Bilski --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c26592b5..201cd92c 100644 --- a/README.md +++ b/README.md @@ -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 services-sales@paloaltonetworks.com 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).