You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/12/18 18:13:41 UTC

[couchdb-esprima] 01/03: Fix the reference to ESTree spec (fixes #1524)

This is an automated email from the ASF dual-hosted git repository.

davisp pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/couchdb-esprima.git

commit 16ef260c092fc0c5f229a8a5fd5e47ba927f9b06
Author: Ariya Hidayat <ar...@gmail.com>
AuthorDate: Thu Aug 25 07:18:03 2016 -0700

    Fix the reference to ESTree spec (fixes #1524)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 749454f..2a20fe0 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ with the help of [many contributors](https://github.com/jquery/esprima/contribut
 ### Features
 
 - Full support for ECMAScript 6 ([ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm))
-- Sensible [syntax tree format](https://github.com/estree/estree/blob/master/spec.md) as standardized by [ESTree project](https://github.com/estree/estree)
+- Sensible [syntax tree format](https://github.com/estree/estree/blob/master/es5.md) as standardized by [ESTree project](https://github.com/estree/estree)
 - Optional tracking of syntax node location (index-based and line-column)
 - [Heavily tested](http://esprima.org/test/ci.html) (~1250 [unit tests](https://github.com/jquery/esprima/tree/master/test/fixtures) with [full code coverage](https://codecov.io/github/jquery/esprima))