From cec773f974919d4b041122eabb972b4dbc2452df Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Fri, 10 Jan 2020 04:02:20 +0900 Subject: [PATCH] Fix various stale links to spec.md These resulted from repository reorganization in preparation for the 2.0.0 release. --- cmd/hcldec/spec-format.md | 2 +- specsuite/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/hcldec/spec-format.md b/cmd/hcldec/spec-format.md index 16c7b7b..60dbba4 100644 --- a/cmd/hcldec/spec-format.md +++ b/cmd/hcldec/spec-format.md @@ -480,7 +480,7 @@ The following type names and type constructors are supported: types. The above types are as defined by -[the HCL syntax-agnostic information model](../../hcl/spec.md). After +[the HCL syntax-agnostic information model](../../spec.md). After validation, values are lowered to JSON's type system, which is a subset of the HCL type system. diff --git a/specsuite/README.md b/specsuite/README.md index 3b6d88c..290d2e2 100644 --- a/specsuite/README.md +++ b/specsuite/README.md @@ -10,7 +10,7 @@ the Go implementation. As a result, other HCL implementations must also include a version of `hcldec` in order to run this spec. The tests defined in this suite each correspond to a detail of -[the HCL spec](../hcl/spec.md). This suite is separate from and not a +[the HCL spec](../spec.md). This suite is separate from and not a substitute for direct unit tests of a given implementation that would presumably also exercise that implementation's own programmatic API.