Skip to content

Commit

Permalink
Fix various stale links to spec.md
Browse files Browse the repository at this point in the history
These resulted from repository reorganization in preparation for the 2.0.0 release.
  • Loading branch information
minamijoyo authored and apparentlymart committed Jan 9, 2020
1 parent 7990d6e commit cec773f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/hcldec/spec-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion specsuite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cec773f

Please sign in to comment.