From 680f35f6064912cda111703fee5b6cf7516f8565 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Tue, 4 Oct 2016 18:02:56 +0200 Subject: [PATCH] Update links to estree --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4dfbc3185..e9c43cf53b 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ AST for JSX code is based on [Facebook JSX AST][] with the addition of one node [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 -[Property]: https://github.com/estree/estree/blob/master/spec.md#property -[MethodDefinition]: https://github.com/estree/estree/blob/master/es6.md#methoddefinition +[Literal]: https://github.com/estree/estree/blob/master/es5.md#literal +[Property]: https://github.com/estree/estree/blob/master/es5.md#property +[MethodDefinition]: https://github.com/estree/estree/blob/master/es2015.md#methoddefinition [StringLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#stringliteral [NumericLiteral]: https://github.com/babel/babylon/blob/master/ast/spec.md#numericliteral