diff options
Diffstat (limited to 'docs/runtime/nodejs-apis.md')
-rw-r--r-- | docs/runtime/nodejs-apis.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index 31b55acc7..aebadb2b1 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -94,7 +94,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:process`](https://nodejs.org/api/process.html) -🟡 See `Globals > process`. +🟡 See [`process`](#process) Global. ### [`node:punycode`](https://nodejs.org/api/punycode.html) @@ -122,7 +122,7 @@ This page is updated regularly to reflect compatibility status of the latest ver ### [`node:sys`](https://nodejs.org/api/util.html) -🟡 See `node:util`. +🟡 See [`node:util`](#node-util). ### [`node:timers`](https://nodejs.org/api/timers.html) |