From abf09ef1a50136c485fa7f296ef3c93eeb99cdee Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 11 Aug 2014 09:58:13 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 886bb3a..ed92b80 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ and JSON as the interoperability layer. ## Syntax The complete grammar -[can be found here](https://github.com/hashicorp/hcl/blob/master/parse.y), +[can be found here](https://github.com/hashicorp/hcl/blob/master/hcl/parse.y), if you're more comfortable reading specifics, but a high-level overview of the syntax and grammar are listed here.