diff options
author | 2023-09-13 17:08:28 -0400 | |
---|---|---|
committer | 2023-09-13 14:08:28 -0700 | |
commit | 64033f11cc42e000ea3a67d7790359eeb21a7a00 (patch) | |
tree | 2d8786d239d148a3197172da53be088a886608ef /docs/runtime | |
parent | 1c570b41bc6fa2b10e0af7190c83d7dca99d668b (diff) | |
download | bun-64033f11cc42e000ea3a67d7790359eeb21a7a00.tar.gz bun-64033f11cc42e000ea3a67d7790359eeb21a7a00.tar.zst bun-64033f11cc42e000ea3a67d7790359eeb21a7a00.zip |
chore(docs): include missing links to Node.js APIs (#5281)
These links make it easy to click and jump to another section.
Diffstat (limited to 'docs/runtime')
-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) |