Fix link to reference files

This commit is contained in:
Russell Cohen 2018-12-25 14:18:54 -08:00 committed by GitHub
parent fbf70a3803
commit 3f8e81c37f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ swc uses [official ecmascript conformance test suite called test262][test262] fo
Parser tests ensures that parsed result of test262/pass is identical with test262/pass-explicit.
Codegen tests ensures that generated code is equivalent to goldened reference files located at [tests/references](./emmascript/codegen/tests/references).
Codegen tests ensures that generated code is equivalent to goldened reference files located at [tests/references](ecmascript/codegen/tests/references).
@ -35,4 +35,4 @@ Codegen tests ensures that generated code is equivalent to goldened reference fi
[ast_node]:https://swc-project.github.io/rustdoc/ast_node/index.html
[parser_macros]:https://swc-project.github.io/rustdoc/swc_ecma_parser_macros/index.html
[codegen_macros]:https://swc-project.github.io/rustdoc/swc_ecma_codegen_macros/index.html
[test262]:https://github.com/tc39/test262
[test262]:https://github.com/tc39/test262