From 76f583ac9fdbfca9f23257753094f1a1bef5f686 Mon Sep 17 00:00:00 2001 From: Fred <10602047+freddieptf@users.noreply.github.com> Date: Mon, 13 Apr 2020 18:15:13 +0300 Subject: [PATCH] website/docs: fix broken hcl json spec link (#24630) --- website/docs/configuration/syntax-json.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/syntax-json.html.md b/website/docs/configuration/syntax-json.html.md index c6cb5d57f..58bb8daea 100644 --- a/website/docs/configuration/syntax-json.html.md +++ b/website/docs/configuration/syntax-json.html.md @@ -36,7 +36,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/hcl/json/spec.md). +in [its specification](https://github.com/hashicorp/hcl/blob/hcl2/json/spec.md). ## JSON File Structure