Skip to content

Commit 1ff74e5

Browse files
authored
Fix snapshot file links in parser documentation (#482)
1 parent d0a8a1f commit 1ff74e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/docs/contribute/parser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ The TypeScript conformance tests can be found [here](https://github.com/microsof
102102

103103
Test results are stored in snapshot files for tracking changes:
104104

105-
- [`parser_test262.snap`](https://github.com/oxc-project/oxc/blob/main/tasks/coverage/parser_test262.snap)
106-
- [`parser_babel.snap`](https://github.com/oxc-project/oxc/blob/main/tasks/coverage/parser_babel.snap)
107-
- [`parser_typescript.snap`](https://github.com/oxc-project/oxc/blob/main/tasks/coverage/parser_typescript.snap)
105+
- [`parser_test262.snap`](https://github.com/oxc-project/oxc/blob/main/tasks/coverage/snapshots/parser_test262.snap)
106+
- [`parser_babel.snap`](https://github.com/oxc-project/oxc/blob/main/tasks/coverage/snapshots/parser_babel.snap)
107+
- [`parser_typescript.snap`](https://github.com/oxc-project/oxc/blob/main/tasks/coverage/snapshots/parser_typescript.snap)

0 commit comments

Comments
 (0)