Skip to content

Commit 1dab20d

Browse files
committed
Fix broken links in README
1 parent fc833e1 commit 1dab20d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

wasm/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ and [Node.js][], then run the following commands:
2020
To manually test this package, [build](#Building), then run `cli.js`:
2121

2222
$ node wasm/cli.js PATH_TO_YOUR_JS_FILE.js
23+
24+
[Ninja]: https://ninja-build.org/
25+
[Node.js]: https://nodejs.org/
26+
[emscripten-sdk]: https://emscripten.org/docs/getting_started/downloads.html

website/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Then, run `yarn build`:
3333
Look at the copied and generated files in `website/www/`.
3434

3535
For instructions on deploying to quick-lint-js.com, see the [release
36-
documentation](docs/RELEASE.md).
36+
documentation](../docs/RELEASE.md).

0 commit comments

Comments
 (0)