Skip to content

Commit

Permalink
fix(docs): update the docs broken link to an archive
Browse files Browse the repository at this point in the history
  • Loading branch information
tupe12334 committed Oct 3, 2022
1 parent 512cd66 commit b11fc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax-tree-format.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Appendix A. Syntax Tree Format

Esprima syntax tree format is derived from the original version of [Mozilla Parser API](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_API), which is then formalized and expanded as the [ESTree specification](https://github.com/estree/estree).
Esprima syntax tree format is derived from the original version of [Mozilla Parser API](https://udn.realityripple.com/docs/Mozilla/Projects/SpiderMonkey/Parser_API), which is then formalized and expanded as the [ESTree specification](https://github.com/estree/estree).

**Note**: In the following sections, interfaces are described using the syntax of [TypeScript interface](https://www.typescriptlang.org/docs/handbook/interfaces.html).

Expand Down

0 comments on commit b11fc37

Please sign in to comment.