summaryrefslogtreecommitdiff
path: root/ext/node
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node')
-rw-r--r--ext/node/polyfills/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/node/polyfills/README.md b/ext/node/polyfills/README.md
index ed9aef253..26527278e 100644
--- a/ext/node/polyfills/README.md
+++ b/ext/node/polyfills/README.md
@@ -101,7 +101,8 @@ const leftPad = require("left-pad");
### Setting up the test runner and running tests
-See [tools/node_compat/README.md](../../../tools/node_compat/README.md).
+See
+[tests/node_compat/runner/README.md](../../../tests/node_compat/runner/README.md).
### Best practices
@@ -160,4 +161,4 @@ It's not as clean, but prevents the callback being called twice.
Node compatibility can be measured by how many native Node tests pass. If you'd
like to know what you can work on, check out the list of Node tests remaining
-[here](../../../tools/node_compat/TODO.md).
+[here](../../../tests/node_compat/runner/TODO.md).