summaryrefslogtreecommitdiff
path: root/ext/node/polyfills
diff options
context:
space:
mode:
authorHirotaka Tagawa / wafuwafu13 <jaruwafu@gmail.com>2023-05-26 04:00:29 +0100
committerGitHub <noreply@github.com>2023-05-26 05:00:29 +0200
commit0a3d355ce6311df6519dbffe7394ed2682d8a633 (patch)
tree9d9a803cec2c5fd0dc6709f43115b82515c2dc32 /ext/node/polyfills
parent2ddf85492ff5d5806e63a46286ee0e3603042c02 (diff)
chore(node_compat): fix broken link and typo (#19265)
Diffstat (limited to 'ext/node/polyfills')
-rw-r--r--ext/node/polyfills/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/README.md b/ext/node/polyfills/README.md
index 11de64bd9..748c53daa 100644
--- a/ext/node/polyfills/README.md
+++ b/ext/node/polyfills/README.md
@@ -226,4 +226,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/TODO.md).
+[here](_tools/node_compat/TODO.md).