From 76c9bc707080ab1d9b465511c3152bec19ec786d Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Wed, 2 Mar 2016 18:29:58 +0100 Subject: [PATCH] docs(GUIDES): update link to astexplorer.net --- docs/guides/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/development.md b/docs/guides/development.md index 78892ad4f1..116a5cb95d 100644 --- a/docs/guides/development.md +++ b/docs/guides/development.md @@ -67,4 +67,4 @@ After making sure all tests pass and the test-coverage is at 100%, please send a These specs and tools help enormously when developing new rules. * [ESTree Spec](https://github.com/estree/estree/blob/master/spec.md) * [Espree Parser](http://eslint.org/parser/) -* [JS AST Explorer](http://felix-kling.de/esprima_ast_explorer/) +* [JS AST Explorer](http://astexplorer.net/)