From a545295bc8efea4730bd3c6de089c6a585da4f80 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 2 Oct 2019 08:03:34 -0700 Subject: [PATCH] README: Fix incorrect link to Version Selection guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d807a42..5a1ee05 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ towards devops tools, servers, etc. > **NOTE:** This is major version 2 of HCL, whose Go API is incompatible with > major version 1. Both versions are available for selection in Go Modules > projects. HCL 2 _cannot_ be imported from Go projects that are not using Go Modules. For more information, see -> [our version selection guide](https://github.com/golang/go/wiki/Version-Selection). +> [our version selection guide](https://github.com/hashicorp/hcl/wiki/Version-Selection). HCL has both a _native syntax_, intended to be pleasant to read and write for humans, and a JSON-based variant that is easier for machines to generate