This is an automated email from the ASF dual-hosted git repository. davisp pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/couchdb-escodegen.git
commit 8544537ae3371e80fba0a737d4a2a6fc3e1fc7ec Author: 题叶 <[email protected]> AuthorDate: Sun Oct 27 10:04:35 2013 +0800 www.esprima.org should be esprima.org ``` ➤➤ curl www.esprima.org curl: (6) Could not resolve host: www.esprima.org ``` And visiting http://www.esprima.org/ get nothing --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index 134c497..781b9f4 100644 --- a/demo/index.html +++ b/demo/index.html @@ -63,7 +63,7 @@ document.addEventListener('DOMContentLoaded', function(ev) { </head> <body> <h1>JS code generator demo: JS → AST → JS</h1> -<p>using <a href="http://www.esprima.org/">esprima</a> as parser</p> +<p>using <a href="http://esprima.org/">esprima</a> as parser</p> <p>and using <a href="https://github.com/Constellation/escodegen">escodegen</a> as code generator</p> <textarea id="console" rows="10" cols="30" placeholder="write your code"></textarea> <pre id="output"></pre>
