Skip to content

Commit b11fc37

Browse files
committed
fix(docs): update the docs broken link to an archive
1 parent 512cd66 commit b11fc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/syntax-tree-format.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Appendix A. Syntax Tree Format
22

3-
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).
3+
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).
44

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

0 commit comments

Comments
 (0)