Skip to content

Commit ae61bb3

Browse files
committed
improve docs
1 parent 928b853 commit ae61bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Contributions are always welcome. If you don't know how you can help, you can ch
1919

2020
For updating `core-js-compat` data:
2121

22-
- If you want to add new data for a browser, run in this browser `tests/compat/index.html` and you will see what `core-js` modules are required for this browser.
22+
- If you want to add new data for a browser, run in this browser [`tests/compat/index.html`](https://raw.githack.com/zloirock/core-js/master/tests/compat/index.html) and you will see what `core-js` modules are required for this browser.
2323
- If you want to add new data for NodeJS, run `npm run compat-node` with the installed required NodeJS version and you will see the results in the console. Use `npm run compat-node-json` if you want to get the result as JSON.
2424
- If you want to add new data for Deno, run `npm run compat-deno` with the installed required Deno version and you will see the results in the console. Use `npm run compat-deno-json` if you want to get the result as JSON.
2525
- If you want to add new data for Rhino, set the required Rhino version in `compat-rhino-prepare` NPM script in [`package.json`](./package.json), run `npm run compat-rhino` and you will see the results in the console.

0 commit comments

Comments
 (0)