From 6dac2afd439cbcc227d2fa8d5b7e470e17ad6226 Mon Sep 17 00:00:00 2001 From: Jesse McCarthy Date: Wed, 22 Jun 2016 09:45:47 -0400 Subject: [PATCH] Fix link to AST spec [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9460f58b6..8fd96b30f5 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ AST for JSX code is based on [Facebook JSX AST][] with the addition of one node - `JSXText` -[Babel AST format]: https://github.com/babel/babylon/ast/spec.md +[Babel AST format]: https://github.com/babel/babylon/blob/master/ast/spec.md [ESTree spec]: https://github.com/estree/estree [Literal]: https://github.com/estree/estree/blob/master/spec.md#literal