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 (#153)
Browse files Browse the repository at this point in the history
* fix(docs): correct dead links in main README

Non-absolute links are dead in Terraform Registry
Fixes #152

* Add valid link for contributing guide

Add valid link to external contributing guide - https://github.com/PaloAltoNetworks/terraform-best-practices/blob/main/CONTRIBUTING.md
Split from #145

Co-authored-by: Michał Bilski <[email protected]>
Co-authored-by: Migara Ekanayake <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2021
1 parent 295564d commit d162032
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 @@ -31,16 +31,16 @@ We are maintaining a [public roadmap](https://github.com/orgs/PaloAltoNetworks/p
## 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-aws-vmseries-modules/releases) page.

## Getting Help

[Open an issue](../../issues) on Github.
[Open an issue](https://github.com/PaloAltoNetworks/terraform-aws-vmseries-modules/issues) on Github.

## Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps,
and credit will always be given. Please follow our [contributing guide](./docs/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 d162032

Please sign in to comment.