From ed9b24908053d1cee7a76fd78e073e416736163a Mon Sep 17 00:00:00 2001 From: Ben Schofield Date: Mon, 3 Apr 2023 21:01:11 -0700 Subject: [PATCH] fix: update SpiderMonkey Parser API dead link Update the dead link to the SpiderMonkey parser API to a web archive link of the same page from 2014. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cfaf1b63..45eaad50 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # AST Types ![CI](https://github.com/benjamn/ast-types/workflows/CI/badge.svg) This module provides an efficient, modular, -[Esprima](https://github.com/ariya/esprima)-compatible implementation of -the [abstract syntax -tree](http://en.wikipedia.org/wiki/Abstract_syntax_tree) type hierarchy -pioneered by the [Mozilla Parser -API](https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API). +[Esprima](https://github.com/ariya/esprima)-compatible implementation of the +[abstract syntax tree](http://en.wikipedia.org/wiki/Abstract_syntax_tree) type +hierarchy pioneered by the [Mozilla Parser +API](https://web.archive.org/web/20140802223108/https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API). Installation ---