diff options
| author | Masayuki Morita <minamijoyo@gmail.com> | 2020-01-10 04:02:20 +0900 |
|---|---|---|
| committer | Martin Atkins <mart@degeneration.co.uk> | 2020-01-09 11:02:20 -0800 |
| commit | cec773f974919d4b041122eabb972b4dbc2452df (patch) | |
| tree | f87926efaf380071fae5c8875670a4e34bbe6014 | |
| parent | 7990d6e9a2c92e97f9bb113405cb03dd68fb2de5 (diff) | |
Fix various stale links to spec.md
These resulted from repository reorganization in preparation for the 2.0.0 release.
| -rw-r--r-- | cmd/hcldec/spec-format.md | 2 | ||||
| -rw-r--r-- | 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. |
