docs: Update link to HCL native syntax spec

This commit is contained in:
Antoine Cotten 2021-03-10 17:46:13 +01:00
parent e5538693ce
commit 3442873cdb
No known key found for this signature in database
GPG Key ID: 94637E68D4A79DD0
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ It is not necessary to know all of the details of HCL syntax in
order to use Terraform, and so this page summarizes the most important
details. If you are interested, you can find a full definition of HCL
syntax in
[the HCL native syntax specification](https://github.com/hashicorp/hcl/blob/hcl2/hclsyntax/spec.md).
[the HCL native syntax specification](https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md).
## Arguments and Blocks

View File

@ -31,7 +31,7 @@ of a specification called _HCL_. It is not necessary to know all of the details
of HCL syntax or its JSON mapping in order to use Terraform, and so this page
summarizes the most important differences between native and JSON syntax.
If you are interested, you can find a full definition of HCL's JSON syntax
in [its specification](https://github.com/hashicorp/hcl/blob/hcl2/json/spec.md).
in [its specification](https://github.com/hashicorp/hcl/blob/main/json/spec.md).
## JSON File Structure